Html Css Color HEX #133B73 Dark Cerulean

📋 copy color: '#133B73'

red 19 ◦ green 59 ◦ blue 115

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

Shades of Dark Cerulean #133B73

Tints of Dark Cerulean #133B73

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.57%

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

R = 9.84%
G = 30.57%
B = 59.59%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133B73 (or 0x133B73) is known color: Dark Cerulean. HEX triplet: 13, 3B and 73. RGB value is (19,59,115). Sum of RGB (Red+Green+Blue) = 19+59+115=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #133B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B73 is #ECC48C. Grayscale: #353535. Windows color (decimal): -15516813 or 7551763. OLE color: 7551763.

HSL color Cylindrical-coordinate representation of color #133B73: hue angle of 215º 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 #133B73 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 59 115 -
CMYK 0.83 0.49 0 0.55
HSL 215º 0.72% 0.26% -
HSV(B) 215º 0.83% 0.45% -
XYZ 4.93 4.5 16.83 -
YUV 53.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 19 59 115 0.83 0.49 0 0.55 215 0.72 0.26
Hex 13 3B 73 53 31 0 37 D7 48 1A
Octal 23 73 163 123 61 0 67 327 110 32
Binary 10011 111011 1110011 1010011 110001 0 110111 11010111 1001000 11010

Color Harmonies of #133B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B73

Black with #133B73

Text Example


Text Example

White with #133B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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