Html Css Color HEX #143F81 Dark Cerulean

📋 copy color: '#143F81'

red 20 ◦ green 63 ◦ blue 129

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

Shades of Dark Cerulean #143F81

Tints of Dark Cerulean #143F81

RGB

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

 GREEN value IS 63 (25% from 255) = 29.72%

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

R = 9.43%
G = 29.72%
B = 60.85%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143F81 (or 0x143F81) is known color: Dark Cerulean. HEX triplet: 14, 3F and 81. RGB value is (20,63,129). Sum of RGB (Red+Green+Blue) = 20+63+129=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #143F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F81 is #EBC07E. Grayscale: #393939. Windows color (decimal): -15450239 or 8470292. OLE color: 8470292.

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

Color convert

RGB 20 63 129 -
CMYK 0.84 0.51 0 0.49
HSL 216.33º 0.73% 0.29% -
HSV(B) 216.33º 0.84% 0.51% -
XYZ 6.03 5.29 21.47 -
YUV 57.67 168.25 101.13 -
System Red Green Blue C M Y K H S L
Decimal 20 63 129 0.84 0.51 0 0.49 216.33 0.73 0.29
Hex 14 3F 81 54 33 0 31 D8 49 1D
Octal 24 77 201 124 63 0 61 330 111 35
Binary 10100 111111 10000001 1010100 110011 0 110001 11011000 1001001 11101

Color Harmonies of #143F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F81

Black with #143F81

Text Example


Text Example

White with #143F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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