Html Css Color HEX #144775 Dark Cerulean

📋 copy color: '#144775'

red 20 ◦ green 71 ◦ blue 117

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

Shades of Dark Cerulean #144775

Tints of Dark Cerulean #144775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 9.62%
G = 34.13%
B = 56.25%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144775 (or 0x144775) is known color: Dark Cerulean. HEX triplet: 14, 47 and 75. RGB value is (20,71,117). Sum of RGB (Red+Green+Blue) = 20+71+117=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #144775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144775 is #EBB88A. Grayscale: #3C3C3C. Windows color (decimal): -15448203 or 7685908. OLE color: 7685908.

HSL color Cylindrical-coordinate representation of color #144775: hue angle of 208.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144775 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 71 117 -
CMYK 0.83 0.39 0 0.54
HSL 208.45º 0.71% 0.27% -
HSV(B) 208.45º 0.83% 0.46% -
XYZ 5.75 5.94 17.67 -
YUV 61 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 20 71 117 0.83 0.39 0 0.54 208.45 0.71 0.27
Hex 14 47 75 53 27 0 36 D0 47 1B
Octal 24 107 165 123 47 0 66 320 107 33
Binary 10100 1000111 1110101 1010011 100111 0 110110 11010000 1000111 11011

Color Harmonies of #144775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144775

Black with #144775

Text Example


Text Example

White with #144775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144775; }

 p { color: rgb(20,71,117); }

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

background-color css

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

 a { background-color: rgb(20,71,117); }

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

border-color css

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

 span { border-color: rgb(20,71,117); }

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