Html Css Color HEX #144271 Dark Cerulean

📋 copy color: '#144271'

red 20 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #144271

Tints of Dark Cerulean #144271

RGB

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

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

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

R = 10.05%
G = 33.17%
B = 56.78%

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

#144271 (or 0x144271) is known color: Dark Cerulean. HEX triplet: 14, 42 and 71. RGB value is (20,66,113). Sum of RGB (Red+Green+Blue) = 20+66+113=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #144271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144271 is #EBBD8E. Grayscale: #393939. Windows color (decimal): -15449487 or 7422484. OLE color: 7422484.

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

Color convert

RGB 20 66 113 -
CMYK 0.82 0.42 0 0.56
HSL 210.32º 0.7% 0.26% -
HSV(B) 210.32º 0.82% 0.44% -
XYZ 5.22 5.24 16.36 -
YUV 57.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 20 66 113 0.82 0.42 0 0.56 210.32 0.7 0.26
Hex 14 42 71 52 2A 0 38 D2 46 1A
Octal 24 102 161 122 52 0 70 322 106 32
Binary 10100 1000010 1110001 1010010 101010 0 111000 11010010 1000110 11010

Color Harmonies of #144271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144271

Black with #144271

Text Example


Text Example

White with #144271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144271; }

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

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

background-color css

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

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

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

border-color css

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

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

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