Html Css Color HEX #133682 Dark Cerulean

📋 copy color: '#133682'

red 19 ◦ green 54 ◦ blue 130

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

Shades of Dark Cerulean #133682

Tints of Dark Cerulean #133682

RGB

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

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

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

R = 9.36%
G = 26.6%
B = 64.04%

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

#133682 (or 0x133682) is known color: Dark Cerulean. HEX triplet: 13, 36 and 82. RGB value is (19,54,130). Sum of RGB (Red+Green+Blue) = 19+54+130=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #133682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133682 is #ECC97D. Grayscale: #333333. Windows color (decimal): -15518078 or 8533523. OLE color: 8533523.

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

Color convert

RGB 19 54 130 -
CMYK 0.85 0.58 0 0.49
HSL 221.08º 0.74% 0.29% -
HSV(B) 221.08º 0.85% 0.51% -
XYZ 5.62 4.39 21.67 -
YUV 52.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 19 54 130 0.85 0.58 0 0.49 221.08 0.74 0.29
Hex 13 36 82 55 3A 0 31 DD 4A 1D
Octal 23 66 202 125 72 0 61 335 112 35
Binary 10011 110110 10000010 1010101 111010 0 110001 11011101 1001010 11101

Color Harmonies of #133682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133682

Black with #133682

Text Example


Text Example

White with #133682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133682; }

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

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

background-color css

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

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

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

border-color css

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

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

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