Html Css Color HEX #133880 Dark Cerulean

📋 copy color: '#133880'

red 19 ◦ green 56 ◦ blue 128

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

Shades of Dark Cerulean #133880

Tints of Dark Cerulean #133880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.59%

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

R = 9.36%
G = 27.59%
B = 63.05%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#133880 (or 0x133880) is known color: Dark Cerulean. HEX triplet: 13, 38 and 80. RGB value is (19,56,128). Sum of RGB (Red+Green+Blue) = 19+56+128=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #133880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133880 is #ECC77F. Grayscale: #343434. Windows color (decimal): -15517568 or 8402963. OLE color: 8402963.

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

Color convert

RGB 19 56 128 -
CMYK 0.85 0.56 0 0.50
HSL 219.63º 0.74% 0.29% -
HSV(B) 219.63º 0.85% 0.5% -
XYZ 5.58 4.53 21 -
YUV 53.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 19 56 128 0.85 0.56 0 0.50 219.63 0.74 0.29
Hex 13 38 80 55 38 0 32 DC 4A 1D
Octal 23 70 200 125 70 0 62 334 112 35
Binary 10011 111000 10000000 1010101 111000 0 110010 11011100 1001010 11101

Color Harmonies of #133880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133880

Black with #133880

Text Example


Text Example

White with #133880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133880; }

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

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

background-color css

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

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

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

border-color css

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

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

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