Html Css Color HEX #133762 Regal Blue

📋 copy color: '#133762'

red 19 ◦ green 55 ◦ blue 98

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

Shades of Regal Blue #133762

Tints of Regal Blue #133762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 98 (38.67% from 255) = 56.98%

R = 11.05%
G = 31.98%
B = 56.98%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133762 (or 0x133762) is known color: Regal Blue. HEX triplet: 13, 37 and 62. RGB value is (19,55,98). Sum of RGB (Red+Green+Blue) = 19+55+98=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #133762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133762 is #ECC89D. Grayscale: #303030. Windows color (decimal): -15517854 or 6436627. OLE color: 6436627.

HSL color Cylindrical-coordinate representation of color #133762: hue angle of 212.66º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133762 is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 55 98 -
CMYK 0.81 0.44 0 0.62
HSL 212.66º 0.68% 0.23% -
HSV(B) 212.66º 0.81% 0.38% -
XYZ 3.84 3.75 12.08 -
YUV 49.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 19 55 98 0.81 0.44 0 0.62 212.66 0.68 0.23
Hex 13 37 62 51 2C 0 3E D5 44 17
Octal 23 67 142 121 54 0 76 325 104 27
Binary 10011 110111 1100010 1010001 101100 0 111110 11010101 1000100 10111

Color Harmonies of #133762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133762

Black with #133762

Text Example


Text Example

White with #133762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133762; }

 p { color: rgb(19,55,98); }

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

background-color css

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

 a { background-color: rgb(19,55,98); }

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

border-color css

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

 span { border-color: rgb(19,55,98); }

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