Html Css Color HEX #133F57 Regal Blue

📋 copy color: '#133F57'

red 19 ◦ green 63 ◦ blue 87

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

Shades of Regal Blue #133F57

Tints of Regal Blue #133F57

RGB

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

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

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

R = 11.24%
G = 37.28%
B = 51.48%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133F57 (or 0x133F57) is known color: Regal Blue. HEX triplet: 13, 3F and 57. RGB value is (19,63,87). Sum of RGB (Red+Green+Blue) = 19+63+87=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #133F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F57 is #ECC0A8. Grayscale: #343434. Windows color (decimal): -15515817 or 5717779. OLE color: 5717779.

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

Color convert

RGB 19 63 87 -
CMYK 0.78 0.28 0 0.66
HSL 201.18º 0.64% 0.21% -
HSV(B) 201.18º 0.78% 0.34% -
XYZ 3.77 4.38 9.66 -
YUV 52.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 19 63 87 0.78 0.28 0 0.66 201.18 0.64 0.21
Hex 13 3F 57 4E 1C 0 42 C9 40 15
Octal 23 77 127 116 34 0 102 311 100 25
Binary 10011 111111 1010111 1001110 11100 0 1000010 11001001 1000000 10101

Color Harmonies of #133F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F57

Black with #133F57

Text Example


Text Example

White with #133F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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