Html Css Color HEX #144171 Dark Cerulean

📋 copy color: '#144171'

red 20 ◦ green 65 ◦ blue 113

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

Shades of Dark Cerulean #144171

Tints of Dark Cerulean #144171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 10.1%
G = 32.83%
B = 57.07%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#144171 (or 0x144171) is known color: Dark Cerulean. HEX triplet: 14, 41 and 71. RGB value is (20,65,113). Sum of RGB (Red+Green+Blue) = 20+65+113=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #144171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144171 is #EBBE8E. Grayscale: #383838. Windows color (decimal): -15449743 or 7422228. OLE color: 7422228.

HSL color Cylindrical-coordinate representation of color #144171: hue angle of 210.97º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144171 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 65 113 -
CMYK 0.82 0.42 0 0.56
HSL 210.97º 0.7% 0.26% -
HSV(B) 210.97º 0.82% 0.44% -
XYZ 5.16 5.12 16.34 -
YUV 57.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 20 65 113 0.82 0.42 0 0.56 210.97 0.7 0.26
Hex 14 41 71 52 2A 0 38 D3 46 1A
Octal 24 101 161 122 52 0 70 323 106 32
Binary 10100 1000001 1110001 1010010 101010 0 111000 11010011 1000110 11010

Color Harmonies of #144171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144171

Black with #144171

Text Example


Text Example

White with #144171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144171; }

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

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

background-color css

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

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

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

border-color css

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

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

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