Html Css Color HEX #144679 Dark Cerulean

📋 copy color: '#144679'

red 20 ◦ green 70 ◦ blue 121

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

Shades of Dark Cerulean #144679

Tints of Dark Cerulean #144679

RGB

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

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

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

R = 9.48%
G = 33.18%
B = 57.35%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#144679 (or 0x144679) is known color: Dark Cerulean. HEX triplet: 14, 46 and 79. RGB value is (20,70,121). Sum of RGB (Red+Green+Blue) = 20+70+121=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #144679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144679 is #EBB986. Grayscale: #3C3C3C. Windows color (decimal): -15448455 or 7947796. OLE color: 7947796.

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

Color convert

RGB 20 70 121 -
CMYK 0.83 0.42 0 0.53
HSL 210.3º 0.72% 0.28% -
HSV(B) 210.3º 0.83% 0.47% -
XYZ 5.93 5.91 18.92 -
YUV 60.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 20 70 121 0.83 0.42 0 0.53 210.3 0.72 0.28
Hex 14 46 79 53 2A 0 35 D2 48 1C
Octal 24 106 171 123 52 0 65 322 110 34
Binary 10100 1000110 1111001 1010011 101010 0 110101 11010010 1001000 11100

Color Harmonies of #144679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144679

Black with #144679

Text Example


Text Example

White with #144679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144679; }

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

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

background-color css

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

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

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

border-color css

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

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

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