Html Css Color HEX #133857 Regal Blue

📋 copy color: '#133857'

red 19 ◦ green 56 ◦ blue 87

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

Shades of Regal Blue #133857

Tints of Regal Blue #133857

RGB

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

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

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

R = 11.73%
G = 34.57%
B = 53.7%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#133857 (or 0x133857) is known color: Regal Blue. HEX triplet: 13, 38 and 57. RGB value is (19,56,87). Sum of RGB (Red+Green+Blue) = 19+56+87=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #133857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133857 is #ECC7A8. Grayscale: #303030. Windows color (decimal): -15517609 or 5715987. OLE color: 5715987.

HSL color Cylindrical-coordinate representation of color #133857: hue angle of 207.35º 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 #133857 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 56 87 -
CMYK 0.78 0.36 0 0.66
HSL 207.35º 0.64% 0.21% -
HSV(B) 207.35º 0.78% 0.34% -
XYZ 3.4 3.65 9.54 -
YUV 48.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 19 56 87 0.78 0.36 0 0.66 207.35 0.64 0.21
Hex 13 38 57 4E 24 0 42 CF 40 15
Octal 23 70 127 116 44 0 102 317 100 25
Binary 10011 111000 1010111 1001110 100100 0 1000010 11001111 1000000 10101

Color Harmonies of #133857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133857

Black with #133857

Text Example


Text Example

White with #133857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133857; }

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

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

background-color css

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

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

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

border-color css

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

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

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