Html Css Color HEX #144594 Dark Cerulean

📋 copy color: '#144594'

red 20 ◦ green 69 ◦ blue 148

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

Shades of Dark Cerulean #144594

Tints of Dark Cerulean #144594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 148 (58.2% from 255) = 62.45%

R = 8.44%
G = 29.11%
B = 62.45%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144594 (or 0x144594) is known color: Dark Cerulean. HEX triplet: 14, 45 and 94. RGB value is (20,69,148). Sum of RGB (Red+Green+Blue) = 20+69+148=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #144594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144594 is #EBBA6B. Grayscale: #3E3E3E. Windows color (decimal): -15448684 or 9717012. OLE color: 9717012.

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

Color convert

RGB 20 69 148 -
CMYK 0.86 0.53 0 0.42
HSL 217.03º 0.76% 0.33% -
HSV(B) 217.03º 0.86% 0.58% -
XYZ 7.76 6.54 28.87 -
YUV 63.36 175.77 97.08 -
System Red Green Blue C M Y K H S L
Decimal 20 69 148 0.86 0.53 0 0.42 217.03 0.76 0.33
Hex 14 45 94 56 35 0 2A D9 4C 21
Octal 24 105 224 126 65 0 52 331 114 41
Binary 10100 1000101 10010100 1010110 110101 0 101010 11011001 1001100 100001

Color Harmonies of #144594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144594

Black with #144594

Text Example


Text Example

White with #144594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144594; }

 p { color: rgb(20,69,148); }

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

background-color css

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

 a { background-color: rgb(20,69,148); }

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

border-color css

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

 span { border-color: rgb(20,69,148); }

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