Html Css Color HEX #143D70 Dark Cerulean

📋 copy color: '#143D70'

red 20 ◦ green 61 ◦ blue 112

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

Shades of Dark Cerulean #143D70

Tints of Dark Cerulean #143D70

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.61%

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

R = 10.36%
G = 31.61%
B = 58.03%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#143D70 (or 0x143D70) is known color: Dark Cerulean. HEX triplet: 14, 3D and 70. RGB value is (20,61,112). Sum of RGB (Red+Green+Blue) = 20+61+112=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #143D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D70 is #EBC28F. Grayscale: #363636. Windows color (decimal): -15450768 or 7355668. OLE color: 7355668.

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

Color convert

RGB 20 61 112 -
CMYK 0.82 0.46 0 0.56
HSL 213.26º 0.7% 0.26% -
HSV(B) 213.26º 0.82% 0.44% -
XYZ 4.88 4.66 15.97 -
YUV 54.56 160.42 103.35 -
System Red Green Blue C M Y K H S L
Decimal 20 61 112 0.82 0.46 0 0.56 213.26 0.7 0.26
Hex 14 3D 70 52 2E 0 38 D5 46 1A
Octal 24 75 160 122 56 0 70 325 106 32
Binary 10100 111101 1110000 1010010 101110 0 111000 11010101 1000110 11010

Color Harmonies of #143D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143D70

Black with #143D70

Text Example


Text Example

White with #143D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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