Html Css Color HEX #0C15CB Medium Blue

📋 copy color: '#0C15CB'

red 12 ◦ green 21 ◦ blue 203

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

Shades of Medium Blue #0C15CB

Tints of Medium Blue #0C15CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

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

R = 5.08%
G = 8.9%
B = 86.02%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C15CB (or 0x0C15CB) is known color: Medium Blue. HEX triplet: 0C, 15 and CB. RGB value is (12,21,203). Sum of RGB (Red+Green+Blue) = 12+21+203=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C15CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C15CB is #F3EA34. Grayscale: #262626. Windows color (decimal): -15985205 or 13309196. OLE color: 13309196.

HSL color Cylindrical-coordinate representation of color #0C15CB: hue angle of 237.17º 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 #0C15CB is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 21 203 -
CMYK 0.94 0.90 0 0.20
HSL 237.17º 0.89% 0.42% -
HSV(B) 237.17º 0.94% 0.8% -
XYZ 11.2 4.93 56.86 -
YUV 39.06 220.52 108.7 -
System Red Green Blue C M Y K H S L
Decimal 12 21 203 0.94 0.90 0 0.20 237.17 0.89 0.42
Hex C 15 CB 5E 5A 0 14 ED 59 2A
Octal 14 25 313 136 132 0 24 355 131 52
Binary 1100 10101 11001011 1011110 1011010 0 10100 11101101 1011001 101010

Color Harmonies of #0C15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C15CB

Black with #0C15CB

Text Example


Text Example

White with #0C15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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