Html Css Color HEX #143776 Dark Cerulean

📋 copy color: '#143776'

red 20 ◦ green 55 ◦ blue 118

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

Shades of Dark Cerulean #143776

Tints of Dark Cerulean #143776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

 BLUE value IS 118 (46.48% from 255) = 61.14%

R = 10.36%
G = 28.5%
B = 61.14%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#143776 (or 0x143776) is known color: Dark Cerulean. HEX triplet: 14, 37 and 76. RGB value is (20,55,118). Sum of RGB (Red+Green+Blue) = 20+55+118=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #143776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143776 is #EBC889. Grayscale: #333333. Windows color (decimal): -15452298 or 7747348. OLE color: 7747348.

HSL color Cylindrical-coordinate representation of color #143776: hue angle of 218.57º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143776 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 55 118 -
CMYK 0.83 0.53 0 0.54
HSL 218.57º 0.71% 0.27% -
HSV(B) 218.57º 0.83% 0.46% -
XYZ 4.92 4.19 17.69 -
YUV 51.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 20 55 118 0.83 0.53 0 0.54 218.57 0.71 0.27
Hex 14 37 76 53 35 0 36 DB 47 1B
Octal 24 67 166 123 65 0 66 333 107 33
Binary 10100 110111 1110110 1010011 110101 0 110110 11011011 1000111 11011

Color Harmonies of #143776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143776

Black with #143776

Text Example


Text Example

White with #143776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143776; }

 p { color: rgb(20,55,118); }

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

background-color css

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

 a { background-color: rgb(20,55,118); }

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

border-color css

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

 span { border-color: rgb(20,55,118); }

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