Html Css Color HEX #144573 Dark Cerulean

📋 copy color: '#144573'

red 20 ◦ green 69 ◦ blue 115

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

Shades of Dark Cerulean #144573

Tints of Dark Cerulean #144573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 9.8%
G = 33.82%
B = 56.37%

CMYK

 C value IS 0.83

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144573 (or 0x144573) is known color: Dark Cerulean. HEX triplet: 14, 45 and 73. RGB value is (20,69,115). Sum of RGB (Red+Green+Blue) = 20+69+115=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #144573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144573 is #EBBA8C. Grayscale: #3B3B3B. Windows color (decimal): -15448717 or 7554324. OLE color: 7554324.

HSL color Cylindrical-coordinate representation of color #144573: hue angle of 209.05º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144573 is Cyan = 0.83, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 69 115 -
CMYK 0.83 0.4 0 0.55
HSL 209.05º 0.7% 0.26% -
HSV(B) 209.05º 0.83% 0.45% -
XYZ 5.51 5.64 17.02 -
YUV 59.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 20 69 115 0.83 0.4 0 0.55 209.05 0.7 0.26
Hex 14 45 73 53 28 0 37 D1 46 1A
Octal 24 105 163 123 50 0 67 321 106 32
Binary 10100 1000101 1110011 1010011 101000 0 110111 11010001 1000110 11010

Color Harmonies of #144573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144573

Black with #144573

Text Example


Text Example

White with #144573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144573; }

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

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

background-color css

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

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

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

border-color css

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

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

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