Html Css Color HEX #0C1EDB Medium Blue

📋 copy color: '#0C1EDB'

red 12 ◦ green 30 ◦ blue 219

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

Shades of Medium Blue #0C1EDB

Tints of Medium Blue #0C1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.49%

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

R = 4.6%
G = 11.49%
B = 83.91%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C1EDB (or 0x0C1EDB) is known color: Medium Blue. HEX triplet: 0C, 1E and DB. RGB value is (12,30,219). Sum of RGB (Red+Green+Blue) = 12+30+219=261 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.60% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C1EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1EDB is #F3E124. Grayscale: #2D2D2D. Windows color (decimal): -15982885 or 14360076. OLE color: 14360076.

HSL color Cylindrical-coordinate representation of color #0C1EDB: hue angle of 234.78º 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 #0C1EDB is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 30 219 -
CMYK 0.95 0.86 0 0.14
HSL 234.78º 0.9% 0.45% -
HSV(B) 234.78º 0.95% 0.86% -
XYZ 13.4 6.12 67.49 -
YUV 46.16 225.54 103.63 -
System Red Green Blue C M Y K H S L
Decimal 12 30 219 0.95 0.86 0 0.14 234.78 0.9 0.45
Hex C 1E DB 5F 56 0 E EB 5A 2D
Octal 14 36 333 137 126 0 16 353 132 55
Binary 1100 11110 11011011 1011111 1010110 0 1110 11101011 1011010 101101

Color Harmonies of #0C1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1EDB

Black with #0C1EDB

Text Example


Text Example

White with #0C1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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