#0919ca

Color #0919CA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0919CA

Tints of Medium Blue #0919CA

Color information

#0919CA (or 0x0919CA) is unknown color: approx Medium Blue. HEX triplet: 09, 19 and CA. RGB value is (9,25,202). Sum of RGB (Red+Green+Blue) = 9+25+202=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 202 (79.30% from 255 or 85.59% from 236); Max value from RGB is 202 - color contains mainly: blue. Hex color #0919CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0919CA is #F6E635. Grayscale: #272727. Windows color (decimal): -16180790 or 13244681. OLE color: 13244681.

HSL color Cylindrical-coordinate representation of color #0919CA: hue angle of 235.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0919CA is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB925202-
CMYK0.960.8800.21
HSL235.03º91.47%41.37%-
HSV(B)235.03º95.54%79.22%-
XYZ11.125.0256.26-
YUV40.39219.2105.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.81%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 202 (79.30% from 255) = 85.59%
R=3.81%
G=10.59%
B=85.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9252020.960.8800.21235.0391.4741.37
Hex919CA6058015eb5b29
Octal113131214013002535313351
Binary1001110011100101011000001011000010101111010111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0919ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0919ca; }

 p { color: rgb(9,25,202); }

 H1.HeaderClassName
 {
   color: #0919ca;
 }
 .AnyTagClassName
 {
   color: #0919ca;
 }
</style>
background-color css

<style>
 a { background-color: #0919ca; }

 a { background-color: rgb(9,25,202); }

 div.DivClassName
 {
   background-color: #0919ca;
 }
 .BgClassName
 {
   background-color: #0919ca;
 }
</style>
border-color css

<style>
 span { border-color: #0919ca; }

 span { border-color: rgb(9,25,202); }

 td.TdClassName
 {
   border-color: #0919ca;
 }
 .TagClassName
 {
   border-color: #0919ca;
 }
</style>