Html Css Color HEX #0C13BD Medium Blue

📋 copy color: '#0C13BD'

red 12 ◦ green 19 ◦ blue 189

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

Shades of Medium Blue #0C13BD

Tints of Medium Blue #0C13BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 5.45%
G = 8.64%
B = 85.91%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C13BD (or 0x0C13BD) is known color: Medium Blue. HEX triplet: 0C, 13 and BD. RGB value is (12,19,189). Sum of RGB (Red+Green+Blue) = 12+19+189=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C13BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C13BD is #F3EC42. Grayscale: #232323. Windows color (decimal): -15985731 or 12391180. OLE color: 12391180.

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

Color convert

RGB 12 19 189 -
CMYK 0.94 0.90 0 0.26
HSL 237.63º 0.88% 0.39% -
HSV(B) 237.63º 0.94% 0.74% -
XYZ 9.57 4.22 48.45 -
YUV 36.29 214.18 110.68 -
System Red Green Blue C M Y K H S L
Decimal 12 19 189 0.94 0.90 0 0.26 237.63 0.88 0.39
Hex C 13 BD 5E 5A 0 1A EE 58 27
Octal 14 23 275 136 132 0 32 356 130 47
Binary 1100 10011 10111101 1011110 1011010 0 11010 11101110 1011000 100111

Color Harmonies of #0C13BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C13BD

Black with #0C13BD

Text Example


Text Example

White with #0C13BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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