Html Css Color HEX #133B5D Regal Blue

📋 copy color: '#133B5D'

red 19 ◦ green 59 ◦ blue 93

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

Shades of Regal Blue #133B5D

Tints of Regal Blue #133B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.39%

R = 11.11%
G = 34.5%
B = 54.39%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#133B5D (or 0x133B5D) is known color: Regal Blue. HEX triplet: 13, 3B and 5D. RGB value is (19,59,93). Sum of RGB (Red+Green+Blue) = 19+59+93=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #133B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B5D is #ECC4A2. Grayscale: #323232. Windows color (decimal): -15516835 or 6109971. OLE color: 6109971.

HSL color Cylindrical-coordinate representation of color #133B5D: hue angle of 207.57º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133B5D is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 59 93 -
CMYK 0.80 0.37 0 0.64
HSL 207.57º 0.66% 0.22% -
HSV(B) 207.57º 0.8% 0.36% -
XYZ 3.81 4.06 10.94 -
YUV 50.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 19 59 93 0.80 0.37 0 0.64 207.57 0.66 0.22
Hex 13 3B 5D 50 25 0 40 D0 42 16
Octal 23 73 135 120 45 0 100 320 102 26
Binary 10011 111011 1011101 1010000 100101 0 1000000 11010000 1000010 10110

Color Harmonies of #133B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133B5D

Black with #133B5D

Text Example


Text Example

White with #133B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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