Html Css Color HEX #133F5D Regal Blue

📋 copy color: '#133F5D'

red 19 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #133F5D

Tints of Regal Blue #133F5D

RGB

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

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

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

R = 10.86%
G = 36%
B = 53.14%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#133F5D (or 0x133F5D) is known color: Regal Blue. HEX triplet: 13, 3F and 5D. RGB value is (19,63,93). Sum of RGB (Red+Green+Blue) = 19+63+93=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #133F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F5D is #ECC0A2. Grayscale: #353535. Windows color (decimal): -15515811 or 6110995. OLE color: 6110995.

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

Color convert

RGB 19 63 93 -
CMYK 0.80 0.32 0 0.64
HSL 204.32º 0.66% 0.22% -
HSV(B) 204.32º 0.8% 0.36% -
XYZ 4.02 4.48 11.01 -
YUV 53.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 19 63 93 0.80 0.32 0 0.64 204.32 0.66 0.22
Hex 13 3F 5D 50 20 0 40 CC 42 16
Octal 23 77 135 120 40 0 100 314 102 26
Binary 10011 111111 1011101 1010000 100000 0 1000000 11001100 1000010 10110

Color Harmonies of #133F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F5D

Black with #133F5D

Text Example


Text Example

White with #133F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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