Html Css Color HEX #144174 Dark Cerulean

📋 copy color: '#144174'

red 20 ◦ green 65 ◦ blue 116

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

Shades of Dark Cerulean #144174

Tints of Dark Cerulean #144174

RGB

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

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

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

R = 9.95%
G = 32.34%
B = 57.71%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#144174 (or 0x144174) is known color: Dark Cerulean. HEX triplet: 14, 41 and 74. RGB value is (20,65,116). Sum of RGB (Red+Green+Blue) = 20+65+116=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #144174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144174 is #EBBE8B. Grayscale: #393939. Windows color (decimal): -15449740 or 7618836. OLE color: 7618836.

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

Color convert

RGB 20 65 116 -
CMYK 0.83 0.44 0 0.55
HSL 211.88º 0.71% 0.27% -
HSV(B) 211.88º 0.83% 0.45% -
XYZ 5.33 5.19 17.24 -
YUV 57.36 161.09 101.35 -
System Red Green Blue C M Y K H S L
Decimal 20 65 116 0.83 0.44 0 0.55 211.88 0.71 0.27
Hex 14 41 74 53 2C 0 37 D4 47 1B
Octal 24 101 164 123 54 0 67 324 107 33
Binary 10100 1000001 1110100 1010011 101100 0 110111 11010100 1000111 11011

Color Harmonies of #144174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144174

Black with #144174

Text Example


Text Example

White with #144174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144174; }

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

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

background-color css

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

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

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

border-color css

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

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

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