Html Css Color HEX #0C16BD Medium Blue

📋 copy color: '#0C16BD'

red 12 ◦ green 22 ◦ blue 189

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

Shades of Medium Blue #0C16BD

Tints of Medium Blue #0C16BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 84.75%

R = 5.38%
G = 9.87%
B = 84.75%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C16BD (or 0x0C16BD) is known color: Medium Blue. HEX triplet: 0C, 16 and BD. RGB value is (12,22,189). Sum of RGB (Red+Green+Blue) = 12+22+189=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 189 (74.22% from 255 or 84.75% from 223); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C16BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C16BD is #F3E942. Grayscale: #252525. Windows color (decimal): -15984963 or 12391948. OLE color: 12391948.

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

Color convert

RGB 12 22 189 -
CMYK 0.94 0.88 0 0.26
HSL 236.61º 0.88% 0.39% -
HSV(B) 236.61º 0.94% 0.74% -
XYZ 9.62 4.33 48.47 -
YUV 38.05 213.19 109.42 -
System Red Green Blue C M Y K H S L
Decimal 12 22 189 0.94 0.88 0 0.26 236.61 0.88 0.39
Hex C 16 BD 5E 58 0 1A ED 58 27
Octal 14 26 275 136 130 0 32 355 130 47
Binary 1100 10110 10111101 1011110 1011000 0 11010 11101101 1011000 100111

Color Harmonies of #0C16BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C16BD

Black with #0C16BD

Text Example


Text Example

White with #0C16BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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