Html Css Color HEX #143974 Dark Cerulean

📋 copy color: '#143974'

red 20 ◦ green 57 ◦ blue 116

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

Shades of Dark Cerulean #143974

Tints of Dark Cerulean #143974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.1%

R = 10.36%
G = 29.53%
B = 60.1%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#143974 (or 0x143974) is known color: Dark Cerulean. HEX triplet: 14, 39 and 74. RGB value is (20,57,116). Sum of RGB (Red+Green+Blue) = 20+57+116=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #143974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143974 is #EBC68B. Grayscale: #343434. Windows color (decimal): -15451788 or 7616788. OLE color: 7616788.

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

Color convert

RGB 20 57 116 -
CMYK 0.83 0.51 0 0.55
HSL 216.88º 0.71% 0.27% -
HSV(B) 216.88º 0.83% 0.45% -
XYZ 4.9 4.34 17.1 -
YUV 52.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 20 57 116 0.83 0.51 0 0.55 216.88 0.71 0.27
Hex 14 39 74 53 33 0 37 D9 47 1B
Octal 24 71 164 123 63 0 67 331 107 33
Binary 10100 111001 1110100 1010011 110011 0 110111 11011001 1000111 11011

Color Harmonies of #143974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143974

Black with #143974

Text Example


Text Example

White with #143974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143974; }

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

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

background-color css

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

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

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

border-color css

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

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

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