Html Css Color HEX #0C14BB Medium Blue

📋 copy color: '#0C14BB'

red 12 ◦ green 20 ◦ blue 187

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

Shades of Medium Blue #0C14BB

Tints of Medium Blue #0C14BB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 5.48%
G = 9.13%
B = 85.39%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0C14BB (or 0x0C14BB) is known color: Medium Blue. HEX triplet: 0C, 14 and BB. RGB value is (12,20,187). Sum of RGB (Red+Green+Blue) = 12+20+187=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 187 (73.44% from 255 or 85.39% from 219); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C14BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C14BB is #F3EB44. Grayscale: #232323. Windows color (decimal): -15985477 or 12260364. OLE color: 12260364.

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

Color convert

RGB 12 20 187 -
CMYK 0.94 0.89 0 0.27
HSL 237.26º 0.88% 0.39% -
HSV(B) 237.26º 0.94% 0.73% -
XYZ 9.37 4.17 47.32 -
YUV 36.65 212.85 110.42 -
System Red Green Blue C M Y K H S L
Decimal 12 20 187 0.94 0.89 0 0.27 237.26 0.88 0.39
Hex C 14 BB 5E 59 0 1B ED 58 27
Octal 14 24 273 136 131 0 33 355 130 47
Binary 1100 10100 10111011 1011110 1011001 0 11011 11101101 1011000 100111

Color Harmonies of #0C14BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C14BB

Black with #0C14BB

Text Example


Text Example

White with #0C14BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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