Html Css Color HEX #144179 Dark Cerulean

📋 copy color: '#144179'

red 20 ◦ green 65 ◦ blue 121

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

Shades of Dark Cerulean #144179

Tints of Dark Cerulean #144179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 121 (47.66% from 255) = 58.74%

R = 9.71%
G = 31.55%
B = 58.74%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144179 (or 0x144179) is known color: Dark Cerulean. HEX triplet: 14, 41 and 79. RGB value is (20,65,121). Sum of RGB (Red+Green+Blue) = 20+65+121=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #144179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144179 is #EBBE86. Grayscale: #393939. Windows color (decimal): -15449735 or 7946516. OLE color: 7946516.

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

Color convert

RGB 20 65 121 -
CMYK 0.83 0.46 0 0.53
HSL 213.27º 0.72% 0.28% -
HSV(B) 213.27º 0.83% 0.47% -
XYZ 5.63 5.31 18.82 -
YUV 57.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 20 65 121 0.83 0.46 0 0.53 213.27 0.72 0.28
Hex 14 41 79 53 2E 0 35 D5 48 1C
Octal 24 101 171 123 56 0 65 325 110 34
Binary 10100 1000001 1111001 1010011 101110 0 110101 11010101 1001000 11100

Color Harmonies of #144179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144179

Black with #144179

Text Example


Text Example

White with #144179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144179; }

 p { color: rgb(20,65,121); }

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

background-color css

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

 a { background-color: rgb(20,65,121); }

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

border-color css

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

 span { border-color: rgb(20,65,121); }

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