Html Css Color HEX #143F80 Dark Cerulean

📋 copy color: '#143F80'

red 20 ◦ green 63 ◦ blue 128

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

Shades of Dark Cerulean #143F80

Tints of Dark Cerulean #143F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.66%

R = 9.48%
G = 29.86%
B = 60.66%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#143F80 (or 0x143F80) is known color: Dark Cerulean. HEX triplet: 14, 3F and 80. RGB value is (20,63,128). Sum of RGB (Red+Green+Blue) = 20+63+128=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #143F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F80 is #EBC07F. Grayscale: #393939. Windows color (decimal): -15450240 or 8404756. OLE color: 8404756.

HSL color Cylindrical-coordinate representation of color #143F80: hue angle of 216.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #143F80 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 63 128 -
CMYK 0.84 0.51 0 0.50
HSL 216.11º 0.73% 0.29% -
HSV(B) 216.11º 0.84% 0.5% -
XYZ 5.96 5.26 21.12 -
YUV 57.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 20 63 128 0.84 0.51 0 0.50 216.11 0.73 0.29
Hex 14 3F 80 54 33 0 32 D8 49 1D
Octal 24 77 200 124 63 0 62 330 111 35
Binary 10100 111111 10000000 1010100 110011 0 110010 11011000 1001001 11101

Color Harmonies of #143F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F80

Black with #143F80

Text Example


Text Example

White with #143F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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