Html Css Color HEX #133058 Regal Blue

📋 copy color: '#133058'

red 19 ◦ green 48 ◦ blue 88

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

Shades of Regal Blue #133058

Tints of Regal Blue #133058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 56.77%

R = 12.26%
G = 30.97%
B = 56.77%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133058 (or 0x133058) is known color: Regal Blue. HEX triplet: 13, 30 and 58. RGB value is (19,48,88). Sum of RGB (Red+Green+Blue) = 19+48+88=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 88 (34.77% from 255 or 56.77% from 155); Max value from RGB is 88 - color contains mainly: blue. Hex color #133058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133058 is #ECCFA7. Grayscale: #2B2B2B. Windows color (decimal): -15519656 or 5779475. OLE color: 5779475.

HSL color Cylindrical-coordinate representation of color #133058: hue angle of 214.78º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133058 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 48 88 -
CMYK 0.78 0.45 0 0.65
HSL 214.78º 0.64% 0.21% -
HSV(B) 214.78º 0.78% 0.35% -
XYZ 3.09 2.96 9.64 -
YUV 43.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 19 48 88 0.78 0.45 0 0.65 214.78 0.64 0.21
Hex 13 30 58 4E 2D 0 41 D7 40 15
Octal 23 60 130 116 55 0 101 327 100 25
Binary 10011 110000 1011000 1001110 101101 0 1000001 11010111 1000000 10101

Color Harmonies of #133058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133058

Black with #133058

Text Example


Text Example

White with #133058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133058; }

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

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

background-color css

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

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

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

border-color css

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

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

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