Html Css Color HEX #133652 Regal Blue

📋 copy color: '#133652'

red 19 ◦ green 54 ◦ blue 82

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

Shades of Regal Blue #133652

Tints of Regal Blue #133652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 52.9%

R = 12.26%
G = 34.84%
B = 52.9%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133652 (or 0x133652) is known color: Regal Blue. HEX triplet: 13, 36 and 52. RGB value is (19,54,82). Sum of RGB (Red+Green+Blue) = 19+54+82=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #133652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133652 is #ECC9AD. Grayscale: #2E2E2E. Windows color (decimal): -15518126 or 5387795. OLE color: 5387795.

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

Color convert

RGB 19 54 82 -
CMYK 0.77 0.34 0 0.68
HSL 206.67º 0.62% 0.2% -
HSV(B) 206.67º 0.77% 0.32% -
XYZ 3.11 3.39 8.47 -
YUV 46.73 147.9 108.22 -
System Red Green Blue C M Y K H S L
Decimal 19 54 82 0.77 0.34 0 0.68 206.67 0.62 0.2
Hex 13 36 52 4D 22 0 44 CF 3E 14
Octal 23 66 122 115 42 0 104 317 76 24
Binary 10011 110110 1010010 1001101 100010 0 1000100 11001111 111110 10100

Color Harmonies of #133652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133652

Black with #133652

Text Example


Text Example

White with #133652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133652; }

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

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

background-color css

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

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

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

border-color css

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

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

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