Html Css Color HEX #133951 Regal Blue

📋 copy color: '#133951'

red 19 ◦ green 57 ◦ blue 81

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

Shades of Regal Blue #133951

Tints of Regal Blue #133951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.31%

 BLUE value IS 81 (32.03% from 255) = 51.59%

R = 12.1%
G = 36.31%
B = 51.59%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133951 (or 0x133951) is known color: Regal Blue. HEX triplet: 13, 39 and 51. RGB value is (19,57,81). Sum of RGB (Red+Green+Blue) = 19+57+81=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #133951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133951 is #ECC6AE. Grayscale: #303030. Windows color (decimal): -15517359 or 5323027. OLE color: 5323027.

HSL color Cylindrical-coordinate representation of color #133951: hue angle of 203.23º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133951 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 57 81 -
CMYK 0.77 0.30 0 0.68
HSL 203.23º 0.62% 0.2% -
HSV(B) 203.23º 0.77% 0.32% -
XYZ 3.22 3.66 8.32 -
YUV 48.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 19 57 81 0.77 0.30 0 0.68 203.23 0.62 0.2
Hex 13 39 51 4D 1E 0 44 CB 3E 14
Octal 23 71 121 115 36 0 104 313 76 24
Binary 10011 111001 1010001 1001101 11110 0 1000100 11001011 111110 10100

Color Harmonies of #133951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133951

Black with #133951

Text Example


Text Example

White with #133951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133951; }

 p { color: rgb(19,57,81); }

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

background-color css

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

 a { background-color: rgb(19,57,81); }

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

border-color css

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

 span { border-color: rgb(19,57,81); }

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