Html Css Color HEX #144FAF Cobalt

📋 copy color: '#144FAF'

red 20 ◦ green 79 ◦ blue 175

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

Shades of Cobalt #144FAF

Tints of Cobalt #144FAF

RGB

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

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

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

R = 7.3%
G = 28.83%
B = 63.87%

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

#144FAF (or 0x144FAF) is known color: Cobalt. HEX triplet: 14, 4F and AF. RGB value is (20,79,175). Sum of RGB (Red+Green+Blue) = 20+79+175=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #144FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144FAF is #EBB050. Grayscale: #474747. Windows color (decimal): -15446097 or 11489044. OLE color: 11489044.

HSL color Cylindrical-coordinate representation of color #144FAF: hue angle of 217.16º 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 #144FAF is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 79 175 -
CMYK 0.89 0.55 0 0.31
HSL 217.16º 0.79% 0.38% -
HSV(B) 217.16º 0.89% 0.69% -
XYZ 10.82 8.84 41.69 -
YUV 72.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 20 79 175 0.89 0.55 0 0.31 217.16 0.79 0.38
Hex 14 4F AF 59 37 0 1F D9 4F 26
Octal 24 117 257 131 67 0 37 331 117 46
Binary 10100 1001111 10101111 1011001 110111 0 11111 11011001 1001111 100110

Color Harmonies of #144FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144FAF

Black with #144FAF

Text Example


Text Example

White with #144FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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