Html Css Color HEX #144776 Dark Cerulean

📋 copy color: '#144776'

red 20 ◦ green 71 ◦ blue 118

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

Shades of Dark Cerulean #144776

Tints of Dark Cerulean #144776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 56.46%

R = 9.57%
G = 33.97%
B = 56.46%

CMYK

 C value IS 0.83

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#144776 (or 0x144776) is known color: Dark Cerulean. HEX triplet: 14, 47 and 76. RGB value is (20,71,118). Sum of RGB (Red+Green+Blue) = 20+71+118=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #144776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144776 is #EBB889. Grayscale: #3C3C3C. Windows color (decimal): -15448202 or 7751444. OLE color: 7751444.

HSL color Cylindrical-coordinate representation of color #144776: hue angle of 208.78º 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 #144776 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 71 118 -
CMYK 0.83 0.40 0 0.54
HSL 208.78º 0.71% 0.27% -
HSV(B) 208.78º 0.83% 0.46% -
XYZ 5.81 5.96 17.98 -
YUV 61.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 20 71 118 0.83 0.40 0 0.54 208.78 0.71 0.27
Hex 14 47 76 53 28 0 36 D1 47 1B
Octal 24 107 166 123 50 0 66 321 107 33
Binary 10100 1000111 1110110 1010011 101000 0 110110 11010001 1000111 11011

Color Harmonies of #144776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144776

Black with #144776

Text Example


Text Example

White with #144776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144776; }

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

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

background-color css

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

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

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

border-color css

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

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

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