Html Css Color HEX #143482 Dark Cerulean

📋 copy color: '#143482'

red 20 ◦ green 52 ◦ blue 130

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

Shades of Dark Cerulean #143482

Tints of Dark Cerulean #143482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.74%

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

R = 9.9%
G = 25.74%
B = 64.36%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143482 (or 0x143482) is known color: Dark Cerulean. HEX triplet: 14, 34 and 82. RGB value is (20,52,130). Sum of RGB (Red+Green+Blue) = 20+52+130=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #143482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143482 is #EBCB7D. Grayscale: #323232. Windows color (decimal): -15453054 or 8533012. OLE color: 8533012.

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

Color convert

RGB 20 52 130 -
CMYK 0.85 0.60 0 0.49
HSL 222.55º 0.73% 0.29% -
HSV(B) 222.55º 0.85% 0.51% -
XYZ 5.55 4.22 21.64 -
YUV 51.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 20 52 130 0.85 0.60 0 0.49 222.55 0.73 0.29
Hex 14 34 82 55 3C 0 31 DF 49 1D
Octal 24 64 202 125 74 0 61 337 111 35
Binary 10100 110100 10000010 1010101 111100 0 110001 11011111 1001001 11101

Color Harmonies of #143482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143482

Black with #143482

Text Example


Text Example

White with #143482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143482; }

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

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

background-color css

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

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

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

border-color css

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

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

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