Html Css Color HEX #133C61 Regal Blue

📋 copy color: '#133C61'

red 19 ◦ green 60 ◦ blue 97

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

Shades of Regal Blue #133C61

Tints of Regal Blue #133C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 97 (38.28% from 255) = 55.11%

R = 10.8%
G = 34.09%
B = 55.11%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133C61 (or 0x133C61) is known color: Regal Blue. HEX triplet: 13, 3C and 61. RGB value is (19,60,97). Sum of RGB (Red+Green+Blue) = 19+60+97=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #133C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C61 is #ECC39E. Grayscale: #333333. Windows color (decimal): -15516575 or 6372371. OLE color: 6372371.

HSL color Cylindrical-coordinate representation of color #133C61: hue angle of 208.46º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133C61 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 60 97 -
CMYK 0.80 0.38 0 0.62
HSL 208.46º 0.67% 0.23% -
HSV(B) 208.46º 0.8% 0.38% -
XYZ 4.04 4.23 11.91 -
YUV 51.96 153.42 104.49 -
System Red Green Blue C M Y K H S L
Decimal 19 60 97 0.80 0.38 0 0.62 208.46 0.67 0.23
Hex 13 3C 61 50 26 0 3E D0 43 17
Octal 23 74 141 120 46 0 76 320 103 27
Binary 10011 111100 1100001 1010000 100110 0 111110 11010000 1000011 10111

Color Harmonies of #133C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C61

Black with #133C61

Text Example


Text Example

White with #133C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133C61; }

 p { color: rgb(19,60,97); }

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

background-color css

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

 a { background-color: rgb(19,60,97); }

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

border-color css

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

 span { border-color: rgb(19,60,97); }

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