Html Css Color HEX #143970 Dark Cerulean

📋 copy color: '#143970'

red 20 ◦ green 57 ◦ blue 112

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

Shades of Dark Cerulean #143970

Tints of Dark Cerulean #143970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.16%

 BLUE value IS 112 (44.14% from 255) = 59.26%

R = 10.58%
G = 30.16%
B = 59.26%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#143970 (or 0x143970) is known color: Dark Cerulean. HEX triplet: 14, 39 and 70. RGB value is (20,57,112). Sum of RGB (Red+Green+Blue) = 20+57+112=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #143970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143970 is #EBC68F. Grayscale: #333333. Windows color (decimal): -15451792 or 7354644. OLE color: 7354644.

HSL color Cylindrical-coordinate representation of color #143970: hue angle of 215.87º 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 #143970 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 57 112 -
CMYK 0.82 0.49 0 0.56
HSL 215.87º 0.7% 0.26% -
HSV(B) 215.87º 0.82% 0.44% -
XYZ 4.68 4.24 15.9 -
YUV 52.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 20 57 112 0.82 0.49 0 0.56 215.87 0.7 0.26
Hex 14 39 70 52 31 0 38 D8 46 1A
Octal 24 71 160 122 61 0 70 330 106 32
Binary 10100 111001 1110000 1010010 110001 0 111000 11011000 1000110 11010

Color Harmonies of #143970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143970

Black with #143970

Text Example


Text Example

White with #143970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143970; }

 p { color: rgb(20,57,112); }

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

background-color css

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

 a { background-color: rgb(20,57,112); }

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

border-color css

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

 span { border-color: rgb(20,57,112); }

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