Html Css Color HEX #133680 Dark Cerulean

📋 copy color: '#133680'

red 19 ◦ green 54 ◦ blue 128

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

Shades of Dark Cerulean #133680

Tints of Dark Cerulean #133680

RGB

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

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

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

R = 9.45%
G = 26.87%
B = 63.68%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#133680 (or 0x133680) is known color: Dark Cerulean. HEX triplet: 13, 36 and 80. RGB value is (19,54,128). Sum of RGB (Red+Green+Blue) = 19+54+128=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #133680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133680 is #ECC97F. Grayscale: #333333. Windows color (decimal): -15518080 or 8402451. OLE color: 8402451.

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

Color convert

RGB 19 54 128 -
CMYK 0.85 0.58 0 0.50
HSL 220.73º 0.74% 0.29% -
HSV(B) 220.73º 0.85% 0.5% -
XYZ 5.48 4.34 20.97 -
YUV 51.97 170.9 104.48 -
System Red Green Blue C M Y K H S L
Decimal 19 54 128 0.85 0.58 0 0.50 220.73 0.74 0.29
Hex 13 36 80 55 3A 0 32 DD 4A 1D
Octal 23 66 200 125 72 0 62 335 112 35
Binary 10011 110110 10000000 1010101 111010 0 110010 11011101 1001010 11101

Color Harmonies of #133680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133680

Black with #133680

Text Example


Text Example

White with #133680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133680; }

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

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

background-color css

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

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

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

border-color css

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

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

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