Html Css Color HEX #144279 Dark Cerulean

📋 copy color: '#144279'

red 20 ◦ green 66 ◦ blue 121

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

Shades of Dark Cerulean #144279

Tints of Dark Cerulean #144279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

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

R = 9.66%
G = 31.88%
B = 58.45%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144279 (or 0x144279) is known color: Dark Cerulean. HEX triplet: 14, 42 and 79. RGB value is (20,66,121). Sum of RGB (Red+Green+Blue) = 20+66+121=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #144279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144279 is #EBBD86. Grayscale: #3A3A3A. Windows color (decimal): -15449479 or 7946772. OLE color: 7946772.

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

Color convert

RGB 20 66 121 -
CMYK 0.83 0.45 0 0.53
HSL 212.67º 0.72% 0.28% -
HSV(B) 212.67º 0.83% 0.47% -
XYZ 5.69 5.43 18.84 -
YUV 58.52 163.26 100.53 -
System Red Green Blue C M Y K H S L
Decimal 20 66 121 0.83 0.45 0 0.53 212.67 0.72 0.28
Hex 14 42 79 53 2D 0 35 D5 48 1C
Octal 24 102 171 123 55 0 65 325 110 34
Binary 10100 1000010 1111001 1010011 101101 0 110101 11010101 1001000 11100

Color Harmonies of #144279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144279

Black with #144279

Text Example


Text Example

White with #144279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144279; }

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

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

background-color css

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

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

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

border-color css

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

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

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