Html Css Color HEX #0C16BB Medium Blue

📋 copy color: '#0C16BB'

red 12 ◦ green 22 ◦ blue 187

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

Shades of Medium Blue #0C16BB

Tints of Medium Blue #0C16BB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

 BLUE value IS 187 (73.44% from 255) = 84.62%

R = 5.43%
G = 9.95%
B = 84.62%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C16BB (or 0x0C16BB) is known color: Medium Blue. HEX triplet: 0C, 16 and BB. RGB value is (12,22,187). Sum of RGB (Red+Green+Blue) = 12+22+187=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 187 (73.44% from 255 or 84.62% from 221); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C16BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C16BB is #F3E944. Grayscale: #252525. Windows color (decimal): -15984965 or 12260876. OLE color: 12260876.

HSL color Cylindrical-coordinate representation of color #0C16BB: hue angle of 236.57º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C16BB is Cyan = 0.94, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 12 22 187 -
CMYK 0.94 0.88 0 0.27
HSL 236.57º 0.88% 0.39% -
HSV(B) 236.57º 0.94% 0.73% -
XYZ 9.41 4.24 47.34 -
YUV 37.82 212.19 109.58 -
System Red Green Blue C M Y K H S L
Decimal 12 22 187 0.94 0.88 0 0.27 236.57 0.88 0.39
Hex C 16 BB 5E 58 0 1B ED 58 27
Octal 14 26 273 136 130 0 33 355 130 47
Binary 1100 10110 10111011 1011110 1011000 0 11011 11101101 1011000 100111

Color Harmonies of #0C16BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C16BB

Black with #0C16BB

Text Example


Text Example

White with #0C16BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,22,187); }

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

background-color css

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

 a { background-color: rgb(12,22,187); }

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

border-color css

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

 span { border-color: rgb(12,22,187); }

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