Html Css Color HEX #0C19CB Medium Blue

📋 copy color: '#0C19CB'

red 12 ◦ green 25 ◦ blue 203

#0C19CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0C19CB

Tints of Medium Blue #0C19CB

RGB

 RED value IS 12 (5.08% from 255) = 5%

 GREEN value IS 25 (10.16% from 255) = 10.42%

 BLUE value IS 203 (79.69% from 255) = 84.58%

R = 5%
G = 10.42%
B = 84.58%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C19CB (or 0x0C19CB) is known color: Medium Blue. HEX triplet: 0C, 19 and CB. RGB value is (12,25,203). Sum of RGB (Red+Green+Blue) = 12+25+203=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 203 (79.69% from 255 or 84.58% from 240); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C19CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C19CB is #F3E634. Grayscale: #282828. Windows color (decimal): -15984181 or 13310220. OLE color: 13310220.

HSL color Cylindrical-coordinate representation of color #0C19CB: hue angle of 235.92º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C19CB is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 25 203 -
CMYK 0.94 0.88 0 0.20
HSL 235.92º 0.89% 0.42% -
HSV(B) 235.92º 0.94% 0.8% -
XYZ 11.28 5.09 56.89 -
YUV 41.41 219.19 107.03 -
System Red Green Blue C M Y K H S L
Decimal 12 25 203 0.94 0.88 0 0.20 235.92 0.89 0.42
Hex C 19 CB 5E 58 0 14 EC 59 2A
Octal 14 31 313 136 130 0 24 354 131 52
Binary 1100 11001 11001011 1011110 1011000 0 10100 11101100 1011001 101010

Color Harmonies of #0C19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C19CB

Black with #0C19CB

Text Example


Text Example

White with #0C19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C19CB; }

 p { color: rgb(12,25,203); }

 H1.HeaderClassName
 {
   color: #0C19CB;
 }
 .AnyTagClassName
 {
   color: #0C19CB;
 }
</style>

background-color css

<style>
 a { background-color: #0C19CB; }

 a { background-color: rgb(12,25,203); }

 div.DivClassName
 {
   background-color: #0C19CB;
 }
 .BgClassName
 {
   background-color: #0C19CB;
 }
</style>

border-color css

<style>
 span { border-color: #0C19CB; }

 span { border-color: rgb(12,25,203); }

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