Html Css Color HEX #133861 Regal Blue

📋 copy color: '#133861'

red 19 ◦ green 56 ◦ blue 97

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

Shades of Regal Blue #133861

Tints of Regal Blue #133861

RGB

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

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

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

R = 11.05%
G = 32.56%
B = 56.4%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#133861 (or 0x133861) is known color: Regal Blue. HEX triplet: 13, 38 and 61. RGB value is (19,56,97). Sum of RGB (Red+Green+Blue) = 19+56+97=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #133861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133861 is #ECC79E. Grayscale: #313131. Windows color (decimal): -15517599 or 6371347. OLE color: 6371347.

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

Color convert

RGB 19 56 97 -
CMYK 0.80 0.42 0 0.62
HSL 211.54º 0.67% 0.23% -
HSV(B) 211.54º 0.8% 0.38% -
XYZ 3.84 3.83 11.85 -
YUV 49.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 19 56 97 0.80 0.42 0 0.62 211.54 0.67 0.23
Hex 13 38 61 50 2A 0 3E D4 43 17
Octal 23 70 141 120 52 0 76 324 103 27
Binary 10011 111000 1100001 1010000 101010 0 111110 11010100 1000011 10111

Color Harmonies of #133861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133861

Black with #133861

Text Example


Text Example

White with #133861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133861; }

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

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

background-color css

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

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

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

border-color css

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

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

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