Html Css Color HEX #143F71 Dark Cerulean

📋 copy color: '#143F71'

red 20 ◦ green 63 ◦ blue 113

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

Shades of Dark Cerulean #143F71

Tints of Dark Cerulean #143F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.65%

R = 10.2%
G = 32.14%
B = 57.65%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#143F71 (or 0x143F71) is known color: Dark Cerulean. HEX triplet: 14, 3F and 71. RGB value is (20,63,113). Sum of RGB (Red+Green+Blue) = 20+63+113=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #143F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F71 is #EBC08E. Grayscale: #373737. Windows color (decimal): -15450255 or 7421716. OLE color: 7421716.

HSL color Cylindrical-coordinate representation of color #143F71: hue angle of 212.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143F71 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 63 113 -
CMYK 0.82 0.44 0 0.56
HSL 212.26º 0.7% 0.26% -
HSV(B) 212.26º 0.82% 0.44% -
XYZ 5.05 4.9 16.3 -
YUV 55.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 20 63 113 0.82 0.44 0 0.56 212.26 0.7 0.26
Hex 14 3F 71 52 2C 0 38 D4 46 1A
Octal 24 77 161 122 54 0 70 324 106 32
Binary 10100 111111 1110001 1010010 101100 0 111000 11010100 1000110 11010

Color Harmonies of #143F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143F71

Black with #143F71

Text Example


Text Example

White with #143F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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