Html Css Color HEX #133773 Dark Cerulean

📋 copy color: '#133773'

red 19 ◦ green 55 ◦ blue 115

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

Shades of Dark Cerulean #133773

Tints of Dark Cerulean #133773

RGB

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

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

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

R = 10.05%
G = 29.1%
B = 60.85%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#133773 (or 0x133773) is known color: Dark Cerulean. HEX triplet: 13, 37 and 73. RGB value is (19,55,115). Sum of RGB (Red+Green+Blue) = 19+55+115=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #133773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133773 is #ECC88C. Grayscale: #323232. Windows color (decimal): -15517837 or 7550739. OLE color: 7550739.

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

Color convert

RGB 19 55 115 -
CMYK 0.83 0.52 0 0.55
HSL 217.5º 0.72% 0.26% -
HSV(B) 217.5º 0.83% 0.45% -
XYZ 4.73 4.11 16.76 -
YUV 51.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 19 55 115 0.83 0.52 0 0.55 217.5 0.72 0.26
Hex 13 37 73 53 34 0 37 DA 48 1A
Octal 23 67 163 123 64 0 67 332 110 32
Binary 10011 110111 1110011 1010011 110100 0 110111 11011010 1001000 11010

Color Harmonies of #133773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133773

Black with #133773

Text Example


Text Example

White with #133773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133773; }

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

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

background-color css

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

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

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

border-color css

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

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

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