Html Css Color HEX #144381 Dark Cerulean

📋 copy color: '#144381'

red 20 ◦ green 67 ◦ blue 129

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

Shades of Dark Cerulean #144381

Tints of Dark Cerulean #144381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

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

R = 9.26%
G = 31.02%
B = 59.72%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#144381 (or 0x144381) is known color: Dark Cerulean. HEX triplet: 14, 43 and 81. RGB value is (20,67,129). Sum of RGB (Red+Green+Blue) = 20+67+129=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #144381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144381 is #EBBC7E. Grayscale: #3B3B3B. Windows color (decimal): -15449215 or 8471316. OLE color: 8471316.

HSL color Cylindrical-coordinate representation of color #144381: hue angle of 214.13º 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 #144381 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 67 129 -
CMYK 0.84 0.48 0 0.49
HSL 214.13º 0.73% 0.29% -
HSV(B) 214.13º 0.84% 0.51% -
XYZ 6.26 5.75 21.55 -
YUV 60.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 20 67 129 0.84 0.48 0 0.49 214.13 0.73 0.29
Hex 14 43 81 54 30 0 31 D6 49 1D
Octal 24 103 201 124 60 0 61 326 111 35
Binary 10100 1000011 10000001 1010100 110000 0 110001 11010110 1001001 11101

Color Harmonies of #144381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144381

Black with #144381

Text Example


Text Example

White with #144381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144381; }

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

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

background-color css

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

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

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

border-color css

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

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

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