Html Css Color HEX #144A95 Dark Cerulean

📋 copy color: '#144A95'

red 20 ◦ green 74 ◦ blue 149

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

Shades of Dark Cerulean #144A95

Tints of Dark Cerulean #144A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.32%

R = 8.23%
G = 30.45%
B = 61.32%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144A95 (or 0x144A95) is known color: Dark Cerulean. HEX triplet: 14, 4A and 95. RGB value is (20,74,149). Sum of RGB (Red+Green+Blue) = 20+74+149=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #144A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144A95 is #EBB56A. Grayscale: #424242. Windows color (decimal): -15447403 or 9783828. OLE color: 9783828.

HSL color Cylindrical-coordinate representation of color #144A95: hue angle of 214.88º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144A95 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 74 149 -
CMYK 0.87 0.50 0 0.42
HSL 214.88º 0.76% 0.33% -
HSV(B) 214.88º 0.87% 0.58% -
XYZ 8.16 7.22 29.4 -
YUV 66.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 20 74 149 0.87 0.50 0 0.42 214.88 0.76 0.33
Hex 14 4A 95 57 32 0 2A D7 4C 21
Octal 24 112 225 127 62 0 52 327 114 41
Binary 10100 1001010 10010101 1010111 110010 0 101010 11010111 1001100 100001

Color Harmonies of #144A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A95

Black with #144A95

Text Example


Text Example

White with #144A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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