Html Css Color HEX #144F74 Dark Cerulean

📋 copy color: '#144F74'

red 20 ◦ green 79 ◦ blue 116

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

Shades of Dark Cerulean #144F74

Tints of Dark Cerulean #144F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.74%

 BLUE value IS 116 (45.7% from 255) = 53.95%

R = 9.3%
G = 36.74%
B = 53.95%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144F74 (or 0x144F74) is known color: Dark Cerulean. HEX triplet: 14, 4F and 74. RGB value is (20,79,116). Sum of RGB (Red+Green+Blue) = 20+79+116=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #144F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F74 is #EBB08B. Grayscale: #414141. Windows color (decimal): -15446156 or 7622420. OLE color: 7622420.

HSL color Cylindrical-coordinate representation of color #144F74: hue angle of 203.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #144F74 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 79 116 -
CMYK 0.83 0.32 0 0.55
HSL 203.13º 0.71% 0.27% -
HSV(B) 203.13º 0.83% 0.45% -
XYZ 6.24 7 17.55 -
YUV 65.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 20 79 116 0.83 0.32 0 0.55 203.13 0.71 0.27
Hex 14 4F 74 53 20 0 37 CB 47 1B
Octal 24 117 164 123 40 0 67 313 107 33
Binary 10100 1001111 1110100 1010011 100000 0 110111 11001011 1000111 11011

Color Harmonies of #144F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F74

Black with #144F74

Text Example


Text Example

White with #144F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144F74; }

 p { color: rgb(20,79,116); }

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

background-color css

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

 a { background-color: rgb(20,79,116); }

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

border-color css

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

 span { border-color: rgb(20,79,116); }

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