Html Css Color HEX #133B57 Regal Blue

📋 copy color: '#133B57'

red 19 ◦ green 59 ◦ blue 87

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

Shades of Regal Blue #133B57

Tints of Regal Blue #133B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.76%

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

R = 11.52%
G = 35.76%
B = 52.73%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133B57 (or 0x133B57) is known color: Regal Blue. HEX triplet: 13, 3B and 57. RGB value is (19,59,87). Sum of RGB (Red+Green+Blue) = 19+59+87=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 59 (23.44% from 255 or 35.76% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #133B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B57 is #ECC4A8. Grayscale: #323232. Windows color (decimal): -15516841 or 5716755. OLE color: 5716755.

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

Color convert

RGB 19 59 87 -
CMYK 0.78 0.32 0 0.66
HSL 204.71º 0.64% 0.21% -
HSV(B) 204.71º 0.78% 0.34% -
XYZ 3.55 3.95 9.59 -
YUV 50.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 19 59 87 0.78 0.32 0 0.66 204.71 0.64 0.21
Hex 13 3B 57 4E 20 0 42 CD 40 15
Octal 23 73 127 116 40 0 102 315 100 25
Binary 10011 111011 1010111 1001110 100000 0 1000010 11001101 1000000 10101

Color Harmonies of #133B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B57

Black with #133B57

Text Example


Text Example

White with #133B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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