Html Css Color HEX #133380 Dark Cerulean

📋 copy color: '#133380'

red 19 ◦ green 51 ◦ blue 128

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

Shades of Dark Cerulean #133380

Tints of Dark Cerulean #133380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 9.6%
G = 25.76%
B = 64.65%

CMYK

 C value IS 0.85

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#133380 (or 0x133380) is known color: Dark Cerulean. HEX triplet: 13, 33 and 80. RGB value is (19,51,128). Sum of RGB (Red+Green+Blue) = 19+51+128=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #133380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133380 is #ECCC7F. Grayscale: #313131. Windows color (decimal): -15518848 or 8401683. OLE color: 8401683.

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

Color convert

RGB 19 51 128 -
CMYK 0.85 0.60 0 0.50
HSL 222.39º 0.74% 0.29% -
HSV(B) 222.39º 0.85% 0.5% -
XYZ 5.35 4.06 20.92 -
YUV 50.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 19 51 128 0.85 0.60 0 0.50 222.39 0.74 0.29
Hex 13 33 80 55 3C 0 32 DE 4A 1D
Octal 23 63 200 125 74 0 62 336 112 35
Binary 10011 110011 10000000 1010101 111100 0 110010 11011110 1001010 11101

Color Harmonies of #133380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133380

Black with #133380

Text Example


Text Example

White with #133380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133380; }

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

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

background-color css

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

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

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

border-color css

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

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

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