Html Css Color HEX #133651 Regal Blue

📋 copy color: '#133651'

red 19 ◦ green 54 ◦ blue 81

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

Shades of Regal Blue #133651

Tints of Regal Blue #133651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.06%

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

R = 12.34%
G = 35.06%
B = 52.6%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133651 (or 0x133651) is known color: Regal Blue. HEX triplet: 13, 36 and 51. RGB value is (19,54,81). Sum of RGB (Red+Green+Blue) = 19+54+81=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #133651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133651 is #ECC9AE. Grayscale: #2E2E2E. Windows color (decimal): -15518127 or 5322259. OLE color: 5322259.

HSL color Cylindrical-coordinate representation of color #133651: hue angle of 206.13º 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 #133651 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 19 54 81 -
CMYK 0.77 0.33 0 0.68
HSL 206.13º 0.62% 0.2% -
HSV(B) 206.13º 0.77% 0.32% -
XYZ 3.07 3.37 8.27 -
YUV 46.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 19 54 81 0.77 0.33 0 0.68 206.13 0.62 0.2
Hex 13 36 51 4D 21 0 44 CE 3E 14
Octal 23 66 121 115 41 0 104 316 76 24
Binary 10011 110110 1010001 1001101 100001 0 1000100 11001110 111110 10100

Color Harmonies of #133651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133651

Black with #133651

Text Example


Text Example

White with #133651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133651; }

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

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

background-color css

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

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

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

border-color css

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

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

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