Html Css Color HEX #144181 Dark Cerulean

📋 copy color: '#144181'

red 20 ◦ green 65 ◦ blue 129

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

Shades of Dark Cerulean #144181

Tints of Dark Cerulean #144181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60.28%

R = 9.35%
G = 30.37%
B = 60.28%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#144181 (or 0x144181) is known color: Dark Cerulean. HEX triplet: 14, 41 and 81. RGB value is (20,65,129). Sum of RGB (Red+Green+Blue) = 20+65+129=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #144181 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144181 is #EBBE7E. Grayscale: #3A3A3A. Windows color (decimal): -15449727 or 8470804. OLE color: 8470804.

HSL color Cylindrical-coordinate representation of color #144181: hue angle of 215.23º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144181 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 65 129 -
CMYK 0.84 0.50 0 0.49
HSL 215.23º 0.73% 0.29% -
HSV(B) 215.23º 0.84% 0.51% -
XYZ 6.14 5.51 21.51 -
YUV 58.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 20 65 129 0.84 0.50 0 0.49 215.23 0.73 0.29
Hex 14 41 81 54 32 0 31 D7 49 1D
Octal 24 101 201 124 62 0 61 327 111 35
Binary 10100 1000001 10000001 1010100 110010 0 110001 11010111 1001001 11101

Color Harmonies of #144181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144181

Black with #144181

Text Example


Text Example

White with #144181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144181; }

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

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

background-color css

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

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

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

border-color css

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

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

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