Html Css Color HEX #144A9C Cobalt

📋 copy color: '#144A9C'

red 20 ◦ green 74 ◦ blue 156

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

Shades of Cobalt #144A9C

Tints of Cobalt #144A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

 BLUE value IS 156 (61.33% from 255) = 62.4%

R = 8%
G = 29.6%
B = 62.4%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#144A9C (or 0x144A9C) is known color: Cobalt. HEX triplet: 14, 4A and 9C. RGB value is (20,74,156). Sum of RGB (Red+Green+Blue) = 20+74+156=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #144A9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A9C is #EBB563. Grayscale: #424242. Windows color (decimal): -15447396 or 10242580. OLE color: 10242580.

HSL color Cylindrical-coordinate representation of color #144A9C: hue angle of 216.18º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144A9C is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 74 156 -
CMYK 0.87 0.53 0 0.39
HSL 216.18º 0.77% 0.35% -
HSV(B) 216.18º 0.87% 0.61% -
XYZ 8.74 7.45 32.43 -
YUV 67.2 178.11 94.33 -
System Red Green Blue C M Y K H S L
Decimal 20 74 156 0.87 0.53 0 0.39 216.18 0.77 0.35
Hex 14 4A 9C 57 35 0 27 D8 4D 23
Octal 24 112 234 127 65 0 47 330 115 43
Binary 10100 1001010 10011100 1010111 110101 0 100111 11011000 1001101 100011

Color Harmonies of #144A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A9C

Black with #144A9C

Text Example


Text Example

White with #144A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,74,156); }

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

background-color css

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

 a { background-color: rgb(20,74,156); }

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

border-color css

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

 span { border-color: rgb(20,74,156); }

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