Html Css Color HEX #133780 Dark Cerulean

📋 copy color: '#133780'

red 19 ◦ green 55 ◦ blue 128

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

Shades of Dark Cerulean #133780

Tints of Dark Cerulean #133780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.23%

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

R = 9.41%
G = 27.23%
B = 63.37%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#133780 (or 0x133780) is known color: Dark Cerulean. HEX triplet: 13, 37 and 80. RGB value is (19,55,128). Sum of RGB (Red+Green+Blue) = 19+55+128=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 128 (50.39% from 255 or 63.37% from 202); Max value from RGB is 128 - color contains mainly: blue. Hex color #133780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133780 is #ECC87F. Grayscale: #343434. Windows color (decimal): -15517824 or 8402707. OLE color: 8402707.

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

Color convert

RGB 19 55 128 -
CMYK 0.85 0.57 0 0.50
HSL 220.18º 0.74% 0.29% -
HSV(B) 220.18º 0.85% 0.5% -
XYZ 5.53 4.43 20.99 -
YUV 52.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 19 55 128 0.85 0.57 0 0.50 220.18 0.74 0.29
Hex 13 37 80 55 39 0 32 DC 4A 1D
Octal 23 67 200 125 71 0 62 334 112 35
Binary 10011 110111 10000000 1010101 111001 0 110010 11011100 1001010 11101

Color Harmonies of #133780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133780

Black with #133780

Text Example


Text Example

White with #133780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133780; }

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

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

background-color css

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

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

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

border-color css

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

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

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