Html Css Color HEX #133258 Regal Blue

📋 copy color: '#133258'

red 19 ◦ green 50 ◦ blue 88

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

Shades of Regal Blue #133258

Tints of Regal Blue #133258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

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

R = 12.1%
G = 31.85%
B = 56.05%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133258 (or 0x133258) is known color: Regal Blue. HEX triplet: 13, 32 and 58. RGB value is (19,50,88). Sum of RGB (Red+Green+Blue) = 19+50+88=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #133258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133258 is #ECCDA7. Grayscale: #2C2C2C. Windows color (decimal): -15519144 or 5779987. OLE color: 5779987.

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

Color convert

RGB 19 50 88 -
CMYK 0.78 0.43 0 0.65
HSL 213.04º 0.64% 0.21% -
HSV(B) 213.04º 0.78% 0.35% -
XYZ 3.17 3.12 9.67 -
YUV 45.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 19 50 88 0.78 0.43 0 0.65 213.04 0.64 0.21
Hex 13 32 58 4E 2B 0 41 D5 40 15
Octal 23 62 130 116 53 0 101 325 100 25
Binary 10011 110010 1011000 1001110 101011 0 1000001 11010101 1000000 10101

Color Harmonies of #133258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133258

Black with #133258

Text Example


Text Example

White with #133258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133258; }

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

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

background-color css

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

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

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

border-color css

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

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

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