Html Css Color HEX #0E55AC Cobalt

📋 copy color: '#0E55AC'

red 14 ◦ green 85 ◦ blue 172

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

Shades of Cobalt #0E55AC

Tints of Cobalt #0E55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

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

R = 5.17%
G = 31.37%
B = 63.47%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0E55AC (or 0x0E55AC) is known color: Cobalt. HEX triplet: 0E, 55 and AC. RGB value is (14,85,172). Sum of RGB (Red+Green+Blue) = 14+85+172=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E55AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E55AC is #F1AA53. Grayscale: #494949. Windows color (decimal): -15837780 or 11293966. OLE color: 11293966.

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

Color convert

RGB 14 85 172 -
CMYK 0.92 0.51 0 0.33
HSL 213.04º 0.85% 0.36% -
HSV(B) 213.04º 0.92% 0.67% -
XYZ 10.88 9.57 40.3 -
YUV 73.69 183.48 85.43 -
System Red Green Blue C M Y K H S L
Decimal 14 85 172 0.92 0.51 0 0.33 213.04 0.85 0.36
Hex E 55 AC 5C 33 0 21 D5 55 24
Octal 16 125 254 134 63 0 41 325 125 44
Binary 1110 1010101 10101100 1011100 110011 0 100001 11010101 1010101 100100

Color Harmonies of #0E55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E55AC

Black with #0E55AC

Text Example


Text Example

White with #0E55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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