Html Css Color HEX #0E4FB4 Cobalt

📋 copy color: '#0E4FB4'

red 14 ◦ green 79 ◦ blue 180

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

Shades of Cobalt #0E4FB4

Tints of Cobalt #0E4FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.93%

R = 5.13%
G = 28.94%
B = 65.93%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0E4FB4 (or 0x0E4FB4) is known color: Cobalt. HEX triplet: 0E, 4F and B4. RGB value is (14,79,180). Sum of RGB (Red+Green+Blue) = 14+79+180=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 180 (70.70% from 255 or 65.93% from 273); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E4FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E4FB4 is #F1B04B. Grayscale: #464646. Windows color (decimal): -15839308 or 11816718. OLE color: 11816718.

HSL color Cylindrical-coordinate representation of color #0E4FB4: hue angle of 216.51º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4FB4 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 14 79 180 -
CMYK 0.92 0.56 0 0.29
HSL 216.51º 0.86% 0.38% -
HSV(B) 216.51º 0.92% 0.71% -
XYZ 11.22 8.98 44.32 -
YUV 71.08 189.47 87.29 -
System Red Green Blue C M Y K H S L
Decimal 14 79 180 0.92 0.56 0 0.29 216.51 0.86 0.38
Hex E 4F B4 5C 38 0 1D D9 56 26
Octal 16 117 264 134 70 0 35 331 126 46
Binary 1110 1001111 10110100 1011100 111000 0 11101 11011001 1010110 100110

Color Harmonies of #0E4FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4FB4

Black with #0E4FB4

Text Example


Text Example

White with #0E4FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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