Html Css Color HEX #144677 Dark Cerulean

📋 copy color: '#144677'

red 20 ◦ green 70 ◦ blue 119

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

Shades of Dark Cerulean #144677

Tints of Dark Cerulean #144677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.49%

 BLUE value IS 119 (46.88% from 255) = 56.94%

R = 9.57%
G = 33.49%
B = 56.94%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144677 (or 0x144677) is known color: Dark Cerulean. HEX triplet: 14, 46 and 77. RGB value is (20,70,119). Sum of RGB (Red+Green+Blue) = 20+70+119=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #144677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144677 is #EBB988. Grayscale: #3C3C3C. Windows color (decimal): -15448457 or 7816724. OLE color: 7816724.

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

Color convert

RGB 20 70 119 -
CMYK 0.83 0.41 0 0.53
HSL 209.7º 0.71% 0.27% -
HSV(B) 209.7º 0.83% 0.47% -
XYZ 5.81 5.86 18.28 -
YUV 60.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 20 70 119 0.83 0.41 0 0.53 209.7 0.71 0.27
Hex 14 46 77 53 29 0 35 D2 47 1B
Octal 24 106 167 123 51 0 65 322 107 33
Binary 10100 1000110 1110111 1010011 101001 0 110101 11010010 1000111 11011

Color Harmonies of #144677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144677

Black with #144677

Text Example


Text Example

White with #144677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144677; }

 p { color: rgb(20,70,119); }

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

background-color css

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

 a { background-color: rgb(20,70,119); }

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

border-color css

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

 span { border-color: rgb(20,70,119); }

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