Html Css Color HEX #0E48AB Cobalt

📋 copy color: '#0E48AB'

red 14 ◦ green 72 ◦ blue 171

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

Shades of Cobalt #0E48AB

Tints of Cobalt #0E48AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.02%

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 5.45%
G = 28.02%
B = 66.54%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E48AB (or 0x0E48AB) is known color: Cobalt. HEX triplet: 0E, 48 and AB. RGB value is (14,72,171). Sum of RGB (Red+Green+Blue) = 14+72+171=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E48AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E48AB is #F1B754. Grayscale: #414141. Windows color (decimal): -15841109 or 11225102. OLE color: 11225102.

HSL color Cylindrical-coordinate representation of color #0E48AB: hue angle of 217.83º 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 #0E48AB is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 14 72 171 -
CMYK 0.92 0.58 0 0.33
HSL 217.83º 0.85% 0.36% -
HSV(B) 217.83º 0.92% 0.67% -
XYZ 9.85 7.67 39.49 -
YUV 65.94 187.28 90.95 -
System Red Green Blue C M Y K H S L
Decimal 14 72 171 0.92 0.58 0 0.33 217.83 0.85 0.36
Hex E 48 AB 5C 3A 0 21 DA 55 24
Octal 16 110 253 134 72 0 41 332 125 44
Binary 1110 1001000 10101011 1011100 111010 0 100001 11011010 1010101 100100

Color Harmonies of #0E48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E48AB

Black with #0E48AB

Text Example


Text Example

White with #0E48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,72,171); }

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

background-color css

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

 a { background-color: rgb(14,72,171); }

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

border-color css

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

 span { border-color: rgb(14,72,171); }

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