Html Css Color HEX #0C14DB Medium Blue

📋 copy color: '#0C14DB'

red 12 ◦ green 20 ◦ blue 219

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

Shades of Medium Blue #0C14DB

Tints of Medium Blue #0C14DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 87.25%

R = 4.78%
G = 7.97%
B = 87.25%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C14DB (or 0x0C14DB) is known color: Medium Blue. HEX triplet: 0C, 14 and DB. RGB value is (12,20,219). Sum of RGB (Red+Green+Blue) = 12+20+219=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C14DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C14DB is #F3EB24. Grayscale: #272727. Windows color (decimal): -15985445 or 14357516. OLE color: 14357516.

HSL color Cylindrical-coordinate representation of color #0C14DB: hue angle of 237.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C14DB is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 20 219 -
CMYK 0.95 0.91 0 0.14
HSL 237.68º 0.9% 0.45% -
HSV(B) 237.68º 0.95% 0.86% -
XYZ 13.19 5.69 67.42 -
YUV 40.29 228.85 107.82 -
System Red Green Blue C M Y K H S L
Decimal 12 20 219 0.95 0.91 0 0.14 237.68 0.9 0.45
Hex C 14 DB 5F 5B 0 E EE 5A 2D
Octal 14 24 333 137 133 0 16 356 132 55
Binary 1100 10100 11011011 1011111 1011011 0 1110 11101110 1011010 101101

Color Harmonies of #0C14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C14DB

Black with #0C14DB

Text Example


Text Example

White with #0C14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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