Html Css Color HEX #143C76 Dark Cerulean

📋 copy color: '#143C76'

red 20 ◦ green 60 ◦ blue 118

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

Shades of Dark Cerulean #143C76

Tints of Dark Cerulean #143C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

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

R = 10.1%
G = 30.3%
B = 59.6%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#143C76 (or 0x143C76) is known color: Dark Cerulean. HEX triplet: 14, 3C and 76. RGB value is (20,60,118). Sum of RGB (Red+Green+Blue) = 20+60+118=198 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.10% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #143C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C76 is #EBC389. Grayscale: #363636. Windows color (decimal): -15451018 or 7748628. OLE color: 7748628.

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

Color convert

RGB 20 60 118 -
CMYK 0.83 0.49 0 0.54
HSL 215.51º 0.71% 0.27% -
HSV(B) 215.51º 0.83% 0.46% -
XYZ 5.17 4.69 17.77 -
YUV 54.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 20 60 118 0.83 0.49 0 0.54 215.51 0.71 0.27
Hex 14 3C 76 53 31 0 36 D8 47 1B
Octal 24 74 166 123 61 0 66 330 107 33
Binary 10100 111100 1110110 1010011 110001 0 110110 11011000 1000111 11011

Color Harmonies of #143C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143C76

Black with #143C76

Text Example


Text Example

White with #143C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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