Html Css Color HEX #133982 Dark Cerulean

📋 copy color: '#133982'

red 19 ◦ green 57 ◦ blue 130

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

Shades of Dark Cerulean #133982

Tints of Dark Cerulean #133982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

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

R = 9.22%
G = 27.67%
B = 63.11%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#133982 (or 0x133982) is known color: Dark Cerulean. HEX triplet: 13, 39 and 82. RGB value is (19,57,130). Sum of RGB (Red+Green+Blue) = 19+57+130=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #133982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133982 is #ECC67D. Grayscale: #353535. Windows color (decimal): -15517310 or 8534291. OLE color: 8534291.

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

Color convert

RGB 19 57 130 -
CMYK 0.85 0.56 0 0.49
HSL 219.46º 0.74% 0.29% -
HSV(B) 219.46º 0.85% 0.51% -
XYZ 5.76 4.68 21.72 -
YUV 53.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 19 57 130 0.85 0.56 0 0.49 219.46 0.74 0.29
Hex 13 39 82 55 38 0 31 DB 4A 1D
Octal 23 71 202 125 70 0 61 333 112 35
Binary 10011 111001 10000010 1010101 111000 0 110001 11011011 1001010 11101

Color Harmonies of #133982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133982

Black with #133982

Text Example


Text Example

White with #133982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133982; }

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

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

background-color css

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

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

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

border-color css

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

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

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