Html Css Color HEX #143B76 Dark Cerulean

📋 copy color: '#143B76'

red 20 ◦ green 59 ◦ blue 118

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

Shades of Dark Cerulean #143B76

Tints of Dark Cerulean #143B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

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

R = 10.15%
G = 29.95%
B = 59.9%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#143B76 (or 0x143B76) is known color: Dark Cerulean. HEX triplet: 14, 3B and 76. RGB value is (20,59,118). Sum of RGB (Red+Green+Blue) = 20+59+118=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #143B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B76 is #EBC489. Grayscale: #353535. Windows color (decimal): -15451274 or 7748372. OLE color: 7748372.

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

Color convert

RGB 20 59 118 -
CMYK 0.83 0.50 0 0.54
HSL 216.12º 0.71% 0.27% -
HSV(B) 216.12º 0.83% 0.46% -
XYZ 5.12 4.58 17.75 -
YUV 54.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 20 59 118 0.83 0.50 0 0.54 216.12 0.71 0.27
Hex 14 3B 76 53 32 0 36 D8 47 1B
Octal 24 73 166 123 62 0 66 330 107 33
Binary 10100 111011 1110110 1010011 110010 0 110110 11011000 1000111 11011

Color Harmonies of #143B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143B76

Black with #143B76

Text Example


Text Example

White with #143B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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