Html Css Color HEX #143382 Dark Cerulean

📋 copy color: '#143382'

red 20 ◦ green 51 ◦ blue 130

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

Shades of Dark Cerulean #143382

Tints of Dark Cerulean #143382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.37%

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

R = 9.95%
G = 25.37%
B = 64.68%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#143382 (or 0x143382) is known color: Dark Cerulean. HEX triplet: 14, 33 and 82. RGB value is (20,51,130). Sum of RGB (Red+Green+Blue) = 20+51+130=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #143382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143382 is #EBCC7D. Grayscale: #323232. Windows color (decimal): -15453310 or 8532756. OLE color: 8532756.

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

Color convert

RGB 20 51 130 -
CMYK 0.85 0.61 0 0.49
HSL 223.09º 0.73% 0.29% -
HSV(B) 223.09º 0.85% 0.51% -
XYZ 5.5 4.13 21.63 -
YUV 50.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 20 51 130 0.85 0.61 0 0.49 223.09 0.73 0.29
Hex 14 33 82 55 3D 0 31 DF 49 1D
Octal 24 63 202 125 75 0 61 337 111 35
Binary 10100 110011 10000010 1010101 111101 0 110001 11011111 1001001 11101

Color Harmonies of #143382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143382

Black with #143382

Text Example


Text Example

White with #143382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143382; }

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

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

background-color css

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

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

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

border-color css

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

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

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