Html Css Color HEX #143581 Dark Cerulean

📋 copy color: '#143581'

red 20 ◦ green 53 ◦ blue 129

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

Shades of Dark Cerulean #143581

Tints of Dark Cerulean #143581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 9.9%
G = 26.24%
B = 63.86%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143581 (or 0x143581) is known color: Dark Cerulean. HEX triplet: 14, 35 and 81. RGB value is (20,53,129). Sum of RGB (Red+Green+Blue) = 20+53+129=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #143581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143581 is #EBCA7E. Grayscale: #333333. Windows color (decimal): -15452799 or 8467732. OLE color: 8467732.

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

Color convert

RGB 20 53 129 -
CMYK 0.84 0.59 0 0.49
HSL 221.83º 0.73% 0.29% -
HSV(B) 221.83º 0.84% 0.51% -
XYZ 5.52 4.28 21.3 -
YUV 51.8 171.57 105.32 -
System Red Green Blue C M Y K H S L
Decimal 20 53 129 0.84 0.59 0 0.49 221.83 0.73 0.29
Hex 14 35 81 54 3B 0 31 DE 49 1D
Octal 24 65 201 124 73 0 61 336 111 35
Binary 10100 110101 10000001 1010100 111011 0 110001 11011110 1001001 11101

Color Harmonies of #143581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143581

Black with #143581

Text Example


Text Example

White with #143581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143581; }

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

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

background-color css

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

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

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

border-color css

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

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

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