Html Css Color HEX #133980 Dark Cerulean

📋 copy color: '#133980'

red 19 ◦ green 57 ◦ blue 128

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

Shades of Dark Cerulean #133980

Tints of Dark Cerulean #133980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 62.75%

R = 9.31%
G = 27.94%
B = 62.75%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#133980 (or 0x133980) is known color: Dark Cerulean. HEX triplet: 13, 39 and 80. RGB value is (19,57,128). Sum of RGB (Red+Green+Blue) = 19+57+128=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #133980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133980 is #ECC67F. Grayscale: #353535. Windows color (decimal): -15517312 or 8403219. OLE color: 8403219.

HSL color Cylindrical-coordinate representation of color #133980: hue angle of 219.08º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133980 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 57 128 -
CMYK 0.85 0.55 0 0.50
HSL 219.08º 0.74% 0.29% -
HSV(B) 219.08º 0.85% 0.5% -
XYZ 5.63 4.62 21.02 -
YUV 53.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 19 57 128 0.85 0.55 0 0.50 219.08 0.74 0.29
Hex 13 39 80 55 37 0 32 DB 4A 1D
Octal 23 71 200 125 67 0 62 333 112 35
Binary 10011 111001 10000000 1010101 110111 0 110010 11011011 1001010 11101

Color Harmonies of #133980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133980

Black with #133980

Text Example


Text Example

White with #133980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133980; }

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

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

background-color css

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

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

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

border-color css

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

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

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