Html Css Color HEX #133055 Regal Blue

📋 copy color: '#133055'

red 19 ◦ green 48 ◦ blue 85

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

Shades of Regal Blue #133055

Tints of Regal Blue #133055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

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

R = 12.5%
G = 31.58%
B = 55.92%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133055 (or 0x133055) is known color: Regal Blue. HEX triplet: 13, 30 and 55. RGB value is (19,48,85). Sum of RGB (Red+Green+Blue) = 19+48+85=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #133055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133055 is #ECCFAA. Grayscale: #2B2B2B. Windows color (decimal): -15519659 or 5582867. OLE color: 5582867.

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

Color convert

RGB 19 48 85 -
CMYK 0.78 0.44 0 0.67
HSL 213.64º 0.63% 0.2% -
HSV(B) 213.64º 0.78% 0.33% -
XYZ 2.97 2.91 9 -
YUV 43.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 19 48 85 0.78 0.44 0 0.67 213.64 0.63 0.2
Hex 13 30 55 4E 2C 0 43 D6 3F 14
Octal 23 60 125 116 54 0 103 326 77 24
Binary 10011 110000 1010101 1001110 101100 0 1000011 11010110 111111 10100

Color Harmonies of #133055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133055

Black with #133055

Text Example


Text Example

White with #133055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133055; }

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

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

background-color css

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

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

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

border-color css

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

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

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