Html Css Color HEX #133854 Regal Blue

📋 copy color: '#133854'

red 19 ◦ green 56 ◦ blue 84

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

Shades of Regal Blue #133854

Tints of Regal Blue #133854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 52.83%

R = 11.95%
G = 35.22%
B = 52.83%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133854 (or 0x133854) is known color: Regal Blue. HEX triplet: 13, 38 and 54. RGB value is (19,56,84). Sum of RGB (Red+Green+Blue) = 19+56+84=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #133854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133854 is #ECC7AB. Grayscale: #2F2F2F. Windows color (decimal): -15517612 or 5519379. OLE color: 5519379.

HSL color Cylindrical-coordinate representation of color #133854: hue angle of 205.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #133854 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 56 84 -
CMYK 0.77 0.33 0 0.67
HSL 205.85º 0.63% 0.2% -
HSV(B) 205.85º 0.77% 0.33% -
XYZ 3.28 3.61 8.91 -
YUV 48.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 19 56 84 0.77 0.33 0 0.67 205.85 0.63 0.2
Hex 13 38 54 4D 21 0 43 CE 3F 14
Octal 23 70 124 115 41 0 103 316 77 24
Binary 10011 111000 1010100 1001101 100001 0 1000011 11001110 111111 10100

Color Harmonies of #133854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133854

Black with #133854

Text Example


Text Example

White with #133854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133854; }

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

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

background-color css

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

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

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

border-color css

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

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

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