Html Css Color HEX #144EAF Cobalt

📋 copy color: '#144EAF'

red 20 ◦ green 78 ◦ blue 175

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

Shades of Cobalt #144EAF

Tints of Cobalt #144EAF

RGB

 RED value IS 20 (8.2% from 255) = 7.33%

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

 BLUE value IS 175 (68.75% from 255) = 64.1%

R = 7.33%
G = 28.57%
B = 64.1%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#144EAF (or 0x144EAF) is known color: Cobalt. HEX triplet: 14, 4E and AF. RGB value is (20,78,175). Sum of RGB (Red+Green+Blue) = 20+78+175=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #144EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144EAF is #EBB150. Grayscale: #474747. Windows color (decimal): -15446353 or 11488788. OLE color: 11488788.

HSL color Cylindrical-coordinate representation of color #144EAF: hue angle of 217.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #144EAF is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 78 175 -
CMYK 0.89 0.55 0 0.31
HSL 217.55º 0.79% 0.38% -
HSV(B) 217.55º 0.89% 0.69% -
XYZ 10.75 8.69 41.67 -
YUV 71.72 186.28 91.11 -
System Red Green Blue C M Y K H S L
Decimal 20 78 175 0.89 0.55 0 0.31 217.55 0.79 0.38
Hex 14 4E AF 59 37 0 1F DA 4F 26
Octal 24 116 257 131 67 0 37 332 117 46
Binary 10100 1001110 10101111 1011001 110111 0 11111 11011010 1001111 100110

Color Harmonies of #144EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144EAF

Black with #144EAF

Text Example


Text Example

White with #144EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144EAF; }

 p { color: rgb(20,78,175); }

 H1.HeaderClassName
 {
   color: #144EAF;
 }
 .AnyTagClassName
 {
   color: #144EAF;
 }
</style>

background-color css

<style>
 a { background-color: #144EAF; }

 a { background-color: rgb(20,78,175); }

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

border-color css

<style>
 span { border-color: #144EAF; }

 span { border-color: rgb(20,78,175); }

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