Html Css Color HEX #133354 Regal Blue

📋 copy color: '#133354'

red 19 ◦ green 51 ◦ blue 84

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

Shades of Regal Blue #133354

Tints of Regal Blue #133354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.12%

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

R = 12.34%
G = 33.12%
B = 54.55%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#133354 (or 0x133354) is known color: Regal Blue. HEX triplet: 13, 33 and 54. RGB value is (19,51,84). Sum of RGB (Red+Green+Blue) = 19+51+84=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #133354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133354 is #ECCCAB. Grayscale: #2D2D2D. Windows color (decimal): -15518892 or 5518099. OLE color: 5518099.

HSL color Cylindrical-coordinate representation of color #133354: hue angle of 210.46º 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 #133354 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 19 51 84 -
CMYK 0.77 0.39 0 0.67
HSL 210.46º 0.63% 0.2% -
HSV(B) 210.46º 0.77% 0.33% -
XYZ 3.05 3.15 8.83 -
YUV 45.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 19 51 84 0.77 0.39 0 0.67 210.46 0.63 0.2
Hex 13 33 54 4D 27 0 43 D2 3F 14
Octal 23 63 124 115 47 0 103 322 77 24
Binary 10011 110011 1010100 1001101 100111 0 1000011 11010010 111111 10100

Color Harmonies of #133354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133354

Black with #133354

Text Example


Text Example

White with #133354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133354; }

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

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

background-color css

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

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

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

border-color css

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

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

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