Html Css Color HEX #143F77 Dark Cerulean

📋 copy color: '#143F77'

red 20 ◦ green 63 ◦ blue 119

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

Shades of Dark Cerulean #143F77

Tints of Dark Cerulean #143F77

RGB

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

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 9.9%
G = 31.19%
B = 58.91%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#143F77 (or 0x143F77) is known color: Dark Cerulean. HEX triplet: 14, 3F and 77. RGB value is (20,63,119). Sum of RGB (Red+Green+Blue) = 20+63+119=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #143F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F77 is #EBC088. Grayscale: #383838. Windows color (decimal): -15450249 or 7814932. OLE color: 7814932.

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

Color convert

RGB 20 63 119 -
CMYK 0.83 0.47 0 0.53
HSL 213.94º 0.71% 0.27% -
HSV(B) 213.94º 0.83% 0.47% -
XYZ 5.4 5.04 18.14 -
YUV 56.53 163.25 101.95 -
System Red Green Blue C M Y K H S L
Decimal 20 63 119 0.83 0.47 0 0.53 213.94 0.71 0.27
Hex 14 3F 77 53 2F 0 35 D6 47 1B
Octal 24 77 167 123 57 0 65 326 107 33
Binary 10100 111111 1110111 1010011 101111 0 110101 11010110 1000111 11011

Color Harmonies of #143F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F77

Black with #143F77

Text Example


Text Example

White with #143F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,63,119); }

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

background-color css

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

 a { background-color: rgb(20,63,119); }

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

border-color css

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

 span { border-color: rgb(20,63,119); }

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