Html Css Color HEX #133D61 Regal Blue

📋 copy color: '#133D61'

red 19 ◦ green 61 ◦ blue 97

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

Shades of Regal Blue #133D61

Tints of Regal Blue #133D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.46%

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

R = 10.73%
G = 34.46%
B = 54.8%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133D61 (or 0x133D61) is known color: Regal Blue. HEX triplet: 13, 3D and 61. RGB value is (19,61,97). Sum of RGB (Red+Green+Blue) = 19+61+97=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #133D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D61 is #ECC29E. Grayscale: #343434. Windows color (decimal): -15516319 or 6372627. OLE color: 6372627.

HSL color Cylindrical-coordinate representation of color #133D61: hue angle of 207.69º 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 #133D61 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 61 97 -
CMYK 0.80 0.37 0 0.62
HSL 207.69º 0.67% 0.23% -
HSV(B) 207.69º 0.8% 0.38% -
XYZ 4.09 4.34 11.93 -
YUV 52.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 19 61 97 0.80 0.37 0 0.62 207.69 0.67 0.23
Hex 13 3D 61 50 25 0 3E D0 43 17
Octal 23 75 141 120 45 0 76 320 103 27
Binary 10011 111101 1100001 1010000 100101 0 111110 11010000 1000011 10111

Color Harmonies of #133D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D61

Black with #133D61

Text Example


Text Example

White with #133D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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