Html Css Color HEX #133582 Dark Cerulean

📋 copy color: '#133582'

red 19 ◦ green 53 ◦ blue 130

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

Shades of Dark Cerulean #133582

Tints of Dark Cerulean #133582

RGB

 RED value IS 19 (7.81% from 255) = 9.41%

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 9.41%
G = 26.24%
B = 64.36%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133582 (or 0x133582) is known color: Dark Cerulean. HEX triplet: 13, 35 and 82. RGB value is (19,53,130). Sum of RGB (Red+Green+Blue) = 19+53+130=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 53 (21.09% from 255 or 26.24% 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 #133582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133582 is #ECCA7D. Grayscale: #333333. Windows color (decimal): -15518334 or 8533267. OLE color: 8533267.

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

Color convert

RGB 19 53 130 -
CMYK 0.85 0.59 0 0.49
HSL 221.62º 0.74% 0.29% -
HSV(B) 221.62º 0.85% 0.51% -
XYZ 5.57 4.3 21.65 -
YUV 51.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 19 53 130 0.85 0.59 0 0.49 221.62 0.74 0.29
Hex 13 35 82 55 3B 0 31 DE 4A 1D
Octal 23 65 202 125 73 0 61 336 112 35
Binary 10011 110101 10000010 1010101 111011 0 110001 11011110 1001010 11101

Color Harmonies of #133582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133582

Black with #133582

Text Example


Text Example

White with #133582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133582; }

 p { color: rgb(19,53,130); }

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

background-color css

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

 a { background-color: rgb(19,53,130); }

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

border-color css

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

 span { border-color: rgb(19,53,130); }

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