Html Css Color HEX #143682 Dark Cerulean

📋 copy color: '#143682'

red 20 ◦ green 54 ◦ blue 130

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

Shades of Dark Cerulean #143682

Tints of Dark Cerulean #143682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.47%

 BLUE value IS 130 (51.17% from 255) = 63.73%

R = 9.8%
G = 26.47%
B = 63.73%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143682 (or 0x143682) is known color: Dark Cerulean. HEX triplet: 14, 36 and 82. RGB value is (20,54,130). Sum of RGB (Red+Green+Blue) = 20+54+130=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #143682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143682 is #EBC97D. Grayscale: #343434. Windows color (decimal): -15452542 or 8533524. OLE color: 8533524.

HSL color Cylindrical-coordinate representation of color #143682: hue angle of 221.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143682 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 54 130 -
CMYK 0.85 0.58 0 0.49
HSL 221.45º 0.73% 0.29% -
HSV(B) 221.45º 0.85% 0.51% -
XYZ 5.64 4.4 21.67 -
YUV 52.5 171.74 104.82 -
System Red Green Blue C M Y K H S L
Decimal 20 54 130 0.85 0.58 0 0.49 221.45 0.73 0.29
Hex 14 36 82 55 3A 0 31 DD 49 1D
Octal 24 66 202 125 72 0 61 335 111 35
Binary 10100 110110 10000010 1010101 111010 0 110001 11011101 1001001 11101

Color Harmonies of #143682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143682

Black with #143682

Text Example


Text Example

White with #143682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143682; }

 p { color: rgb(20,54,130); }

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

background-color css

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

 a { background-color: rgb(20,54,130); }

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

border-color css

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

 span { border-color: rgb(20,54,130); }

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