Html Css Color HEX #133851 Regal Blue

📋 copy color: '#133851'

red 19 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #133851

Tints of Regal Blue #133851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.9%

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

R = 12.18%
G = 35.9%
B = 51.92%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#133851 (or 0x133851) is known color: Regal Blue. HEX triplet: 13, 38 and 51. RGB value is (19,56,81). Sum of RGB (Red+Green+Blue) = 19+56+81=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #133851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133851 is #ECC7AE. Grayscale: #2F2F2F. Windows color (decimal): -15517615 or 5322771. OLE color: 5322771.

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

Color convert

RGB 19 56 81 -
CMYK 0.77 0.31 0 0.68
HSL 204.19º 0.62% 0.2% -
HSV(B) 204.19º 0.77% 0.32% -
XYZ 3.17 3.56 8.3 -
YUV 47.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 19 56 81 0.77 0.31 0 0.68 204.19 0.62 0.2
Hex 13 38 51 4D 1F 0 44 CC 3E 14
Octal 23 70 121 115 37 0 104 314 76 24
Binary 10011 111000 1010001 1001101 11111 0 1000100 11001100 111110 10100

Color Harmonies of #133851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133851

Black with #133851

Text Example


Text Example

White with #133851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133851; }

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

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

background-color css

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

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

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

border-color css

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

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

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