Html Css Color HEX #143873 Dark Cerulean

📋 copy color: '#143873'

red 20 ◦ green 56 ◦ blue 115

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

Shades of Dark Cerulean #143873

Tints of Dark Cerulean #143873

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.32%

 BLUE value IS 115 (45.31% from 255) = 60.21%

R = 10.47%
G = 29.32%
B = 60.21%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143873 (or 0x143873) is known color: Dark Cerulean. HEX triplet: 14, 38 and 73. RGB value is (20,56,115). Sum of RGB (Red+Green+Blue) = 20+56+115=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #143873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143873 is #EBC78C. Grayscale: #333333. Windows color (decimal): -15452045 or 7550996. OLE color: 7550996.

HSL color Cylindrical-coordinate representation of color #143873: hue angle of 217.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143873 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 56 115 -
CMYK 0.83 0.51 0 0.55
HSL 217.26º 0.7% 0.26% -
HSV(B) 217.26º 0.83% 0.45% -
XYZ 4.8 4.21 16.78 -
YUV 51.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 20 56 115 0.83 0.51 0 0.55 217.26 0.7 0.26
Hex 14 38 73 53 33 0 37 D9 46 1A
Octal 24 70 163 123 63 0 67 331 106 32
Binary 10100 111000 1110011 1010011 110011 0 110111 11011001 1000110 11010

Color Harmonies of #143873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143873

Black with #143873

Text Example


Text Example

White with #143873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143873; }

 p { color: rgb(20,56,115); }

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

background-color css

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

 a { background-color: rgb(20,56,115); }

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

border-color css

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

 span { border-color: rgb(20,56,115); }

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