Html Css Color HEX #133F58 Regal Blue

📋 copy color: '#133F58'

red 19 ◦ green 63 ◦ blue 88

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

Shades of Regal Blue #133F58

Tints of Regal Blue #133F58

RGB

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

 GREEN value IS 63 (25% from 255) = 37.06%

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

R = 11.18%
G = 37.06%
B = 51.76%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#133F58 (or 0x133F58) is known color: Regal Blue. HEX triplet: 13, 3F and 58. RGB value is (19,63,88). Sum of RGB (Red+Green+Blue) = 19+63+88=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #133F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F58 is #ECC0A7. Grayscale: #343434. Windows color (decimal): -15515816 or 5783315. OLE color: 5783315.

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

Color convert

RGB 19 63 88 -
CMYK 0.78 0.28 0 0.65
HSL 201.74º 0.64% 0.21% -
HSV(B) 201.74º 0.78% 0.35% -
XYZ 3.81 4.4 9.88 -
YUV 52.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 19 63 88 0.78 0.28 0 0.65 201.74 0.64 0.21
Hex 13 3F 58 4E 1C 0 41 CA 40 15
Octal 23 77 130 116 34 0 101 312 100 25
Binary 10011 111111 1011000 1001110 11100 0 1000001 11001010 1000000 10101

Color Harmonies of #133F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F58

Black with #133F58

Text Example


Text Example

White with #133F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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