Html Css Color HEX #0E4FAC Cobalt

📋 copy color: '#0E4FAC'

red 14 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #0E4FAC

Tints of Cobalt #0E4FAC

RGB

 RED value IS 14 (5.86% from 255) = 5.28%

 GREEN value IS 79 (31.25% from 255) = 29.81%

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 5.28%
G = 29.81%
B = 64.91%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E4FAC (or 0x0E4FAC) is known color: Cobalt. HEX triplet: 0E, 4F and AC. RGB value is (14,79,172). Sum of RGB (Red+Green+Blue) = 14+79+172=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E4FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4FAC is #F1B053. Grayscale: #454545. Windows color (decimal): -15839316 or 11292430. OLE color: 11292430.

HSL color Cylindrical-coordinate representation of color #0E4FAC: hue angle of 215.32º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4FAC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 79 172 -
CMYK 0.92 0.54 0 0.33
HSL 215.32º 0.85% 0.36% -
HSV(B) 215.32º 0.92% 0.67% -
XYZ 10.42 8.66 40.15 -
YUV 70.17 185.47 87.94 -
System Red Green Blue C M Y K H S L
Decimal 14 79 172 0.92 0.54 0 0.33 215.32 0.85 0.36
Hex E 4F AC 5C 36 0 21 D7 55 24
Octal 16 117 254 134 66 0 41 327 125 44
Binary 1110 1001111 10101100 1011100 110110 0 100001 11010111 1010101 100100

Color Harmonies of #0E4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4FAC

Black with #0E4FAC

Text Example


Text Example

White with #0E4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,79,172); }

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

background-color css

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

 a { background-color: rgb(14,79,172); }

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

border-color css

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

 span { border-color: rgb(14,79,172); }

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