Html Css Color HEX #133C57 Regal Blue

📋 copy color: '#133C57'

red 19 ◦ green 60 ◦ blue 87

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

Shades of Regal Blue #133C57

Tints of Regal Blue #133C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 52.41%

R = 11.45%
G = 36.14%
B = 52.41%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133C57 (or 0x133C57) is known color: Regal Blue. HEX triplet: 13, 3C and 57. RGB value is (19,60,87). Sum of RGB (Red+Green+Blue) = 19+60+87=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #133C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C57 is #ECC3A8. Grayscale: #323232. Windows color (decimal): -15516585 or 5717011. OLE color: 5717011.

HSL color Cylindrical-coordinate representation of color #133C57: hue angle of 203.82º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #133C57 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 60 87 -
CMYK 0.78 0.31 0 0.66
HSL 203.82º 0.64% 0.21% -
HSV(B) 203.82º 0.78% 0.34% -
XYZ 3.6 4.06 9.61 -
YUV 50.82 148.42 105.3 -
System Red Green Blue C M Y K H S L
Decimal 19 60 87 0.78 0.31 0 0.66 203.82 0.64 0.21
Hex 13 3C 57 4E 1F 0 42 CC 40 15
Octal 23 74 127 116 37 0 102 314 100 25
Binary 10011 111100 1010111 1001110 11111 0 1000010 11001100 1000000 10101

Color Harmonies of #133C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C57

Black with #133C57

Text Example


Text Example

White with #133C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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