Html Css Color HEX #133755 Regal Blue

📋 copy color: '#133755'

red 19 ◦ green 55 ◦ blue 85

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

Shades of Regal Blue #133755

Tints of Regal Blue #133755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 53.46%

R = 11.95%
G = 34.59%
B = 53.46%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133755 (or 0x133755) is known color: Regal Blue. HEX triplet: 13, 37 and 55. RGB value is (19,55,85). Sum of RGB (Red+Green+Blue) = 19+55+85=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #133755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133755 is #ECC8AA. Grayscale: #2F2F2F. Windows color (decimal): -15517867 or 5584659. OLE color: 5584659.

HSL color Cylindrical-coordinate representation of color #133755: hue angle of 207.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133755 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 55 85 -
CMYK 0.78 0.35 0 0.67
HSL 207.27º 0.63% 0.2% -
HSV(B) 207.27º 0.78% 0.33% -
XYZ 3.27 3.53 9.1 -
YUV 47.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 19 55 85 0.78 0.35 0 0.67 207.27 0.63 0.2
Hex 13 37 55 4E 23 0 43 CF 3F 14
Octal 23 67 125 116 43 0 103 317 77 24
Binary 10011 110111 1010101 1001110 100011 0 1000011 11001111 111111 10100

Color Harmonies of #133755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133755

Black with #133755

Text Example


Text Example

White with #133755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133755; }

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

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

background-color css

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

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

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

border-color css

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

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

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