Html Css Color HEX #143E81 Dark Cerulean

📋 copy color: '#143E81'

red 20 ◦ green 62 ◦ blue 129

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

Shades of Dark Cerulean #143E81

Tints of Dark Cerulean #143E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.38%

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

R = 9.48%
G = 29.38%
B = 61.14%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143E81 (or 0x143E81) is known color: Dark Cerulean. HEX triplet: 14, 3E and 81. RGB value is (20,62,129). Sum of RGB (Red+Green+Blue) = 20+62+129=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #143E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E81 is #EBC17E. Grayscale: #383838. Windows color (decimal): -15450495 or 8470036. OLE color: 8470036.

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

Color convert

RGB 20 62 129 -
CMYK 0.84 0.52 0 0.49
HSL 216.88º 0.73% 0.29% -
HSV(B) 216.88º 0.84% 0.51% -
XYZ 5.97 5.18 21.45 -
YUV 57.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 20 62 129 0.84 0.52 0 0.49 216.88 0.73 0.29
Hex 14 3E 81 54 34 0 31 D9 49 1D
Octal 24 76 201 124 64 0 61 331 111 35
Binary 10100 111110 10000001 1010100 110100 0 110001 11011001 1001001 11101

Color Harmonies of #143E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143E81

Black with #143E81

Text Example


Text Example

White with #143E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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