Html Css Color HEX #133455 Regal Blue

📋 copy color: '#133455'

red 19 ◦ green 52 ◦ blue 85

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

Shades of Regal Blue #133455

Tints of Regal Blue #133455

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.33%

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

R = 12.18%
G = 33.33%
B = 54.49%

CMYK

 C value IS 0.78

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133455 (or 0x133455) is known color: Regal Blue. HEX triplet: 13, 34 and 55. RGB value is (19,52,85). Sum of RGB (Red+Green+Blue) = 19+52+85=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #133455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133455 is #ECCBAA. Grayscale: #2D2D2D. Windows color (decimal): -15518635 or 5583891. OLE color: 5583891.

HSL color Cylindrical-coordinate representation of color #133455: hue angle of 210º 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 #133455 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 52 85 -
CMYK 0.78 0.39 0 0.67
HSL 210º 0.63% 0.2% -
HSV(B) 210º 0.78% 0.33% -
XYZ 3.14 3.25 9.06 -
YUV 45.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 19 52 85 0.78 0.39 0 0.67 210 0.63 0.2
Hex 13 34 55 4E 27 0 43 D2 3F 14
Octal 23 64 125 116 47 0 103 322 77 24
Binary 10011 110100 1010101 1001110 100111 0 1000011 11010010 111111 10100

Color Harmonies of #133455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133455

Black with #133455

Text Example


Text Example

White with #133455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133455; }

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

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

background-color css

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

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

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

border-color css

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

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

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