Html Css Color HEX #133E57 Regal Blue

📋 copy color: '#133E57'

red 19 ◦ green 62 ◦ blue 87

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

Shades of Regal Blue #133E57

Tints of Regal Blue #133E57

RGB

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

 GREEN value IS 62 (24.61% from 255) = 36.9%

 BLUE value IS 87 (34.38% from 255) = 51.79%

R = 11.31%
G = 36.9%
B = 51.79%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133E57 (or 0x133E57) is known color: Regal Blue. HEX triplet: 13, 3E and 57. RGB value is (19,62,87). Sum of RGB (Red+Green+Blue) = 19+62+87=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 62 (24.61% from 255 or 36.90% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #133E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E57 is #ECC1A8. Grayscale: #333333. Windows color (decimal): -15516073 or 5717523. OLE color: 5717523.

HSL color Cylindrical-coordinate representation of color #133E57: hue angle of 202.06º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133E57 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 62 87 -
CMYK 0.78 0.29 0 0.66
HSL 202.06º 0.64% 0.21% -
HSV(B) 202.06º 0.78% 0.34% -
XYZ 3.71 4.27 9.65 -
YUV 51.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 19 62 87 0.78 0.29 0 0.66 202.06 0.64 0.21
Hex 13 3E 57 4E 1D 0 42 CA 40 15
Octal 23 76 127 116 35 0 102 312 100 25
Binary 10011 111110 1010111 1001110 11101 0 1000010 11001010 1000000 10101

Color Harmonies of #133E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E57

Black with #133E57

Text Example


Text Example

White with #133E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,87); }

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

background-color css

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

 a { background-color: rgb(19,62,87); }

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

border-color css

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

 span { border-color: rgb(19,62,87); }

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