Html Css Color HEX #133A73 Dark Cerulean

📋 copy color: '#133A73'

red 19 ◦ green 58 ◦ blue 115

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

Shades of Dark Cerulean #133A73

Tints of Dark Cerulean #133A73

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.21%

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 9.9%
G = 30.21%
B = 59.9%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133A73 (or 0x133A73) is known color: Dark Cerulean. HEX triplet: 13, 3A and 73. RGB value is (19,58,115). Sum of RGB (Red+Green+Blue) = 19+58+115=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #133A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A73 is #ECC58C. Grayscale: #343434. Windows color (decimal): -15517069 or 7551507. OLE color: 7551507.

HSL color Cylindrical-coordinate representation of color #133A73: hue angle of 215.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133A73 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 58 115 -
CMYK 0.83 0.50 0 0.55
HSL 215.63º 0.72% 0.26% -
HSV(B) 215.63º 0.83% 0.45% -
XYZ 4.88 4.4 16.81 -
YUV 52.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 19 58 115 0.83 0.50 0 0.55 215.63 0.72 0.26
Hex 13 3A 73 53 32 0 37 D8 48 1A
Octal 23 72 163 123 62 0 67 330 110 32
Binary 10011 111010 1110011 1010011 110010 0 110111 11011000 1001000 11010

Color Harmonies of #133A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A73

Black with #133A73

Text Example


Text Example

White with #133A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A73; }

 p { color: rgb(19,58,115); }

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

background-color css

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

 a { background-color: rgb(19,58,115); }

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

border-color css

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

 span { border-color: rgb(19,58,115); }

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