Html Css Color HEX #0C4EBC Denim

📋 copy color: '#0C4EBC'

red 12 ◦ green 78 ◦ blue 188

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

Shades of Denim #0C4EBC

Tints of Denim #0C4EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.06%

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 4.32%
G = 28.06%
B = 67.63%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C4EBC (or 0x0C4EBC) is known color: Denim. HEX triplet: 0C, 4E and BC. RGB value is (12,78,188). Sum of RGB (Red+Green+Blue) = 12+78+188=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C4EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4EBC is #F3B143. Grayscale: #464646. Windows color (decimal): -15970628 or 12340748. OLE color: 12340748.

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

Color convert

RGB 12 78 188 -
CMYK 0.94 0.59 0 0.26
HSL 217.5º 0.88% 0.39% -
HSV(B) 217.5º 0.94% 0.74% -
XYZ 11.95 9.16 48.71 -
YUV 70.81 194.13 86.06 -
System Red Green Blue C M Y K H S L
Decimal 12 78 188 0.94 0.59 0 0.26 217.5 0.88 0.39
Hex C 4E BC 5E 3B 0 1A DA 58 27
Octal 14 116 274 136 73 0 32 332 130 47
Binary 1100 1001110 10111100 1011110 111011 0 11010 11011010 1011000 100111

Color Harmonies of #0C4EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4EBC

Black with #0C4EBC

Text Example


Text Example

White with #0C4EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,78,188); }

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

background-color css

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

 a { background-color: rgb(12,78,188); }

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

border-color css

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

 span { border-color: rgb(12,78,188); }

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