Html Css Color HEX #13345E Regal Blue

📋 copy color: '#13345E'

red 19 ◦ green 52 ◦ blue 94

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

Shades of Regal Blue #13345E

Tints of Regal Blue #13345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.52%

 BLUE value IS 94 (37.11% from 255) = 56.97%

R = 11.52%
G = 31.52%
B = 56.97%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#13345E (or 0x13345E) is known color: Regal Blue. HEX triplet: 13, 34 and 5E. RGB value is (19,52,94). Sum of RGB (Red+Green+Blue) = 19+52+94=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #13345E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13345E is #ECCBA1. Grayscale: #2E2E2E. Windows color (decimal): -15518626 or 6173715. OLE color: 6173715.

HSL color Cylindrical-coordinate representation of color #13345E: hue angle of 213.6º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13345E is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 19 52 94 -
CMYK 0.80 0.45 0 0.63
HSL 213.6º 0.66% 0.22% -
HSV(B) 213.6º 0.8% 0.37% -
XYZ 3.52 3.4 11.06 -
YUV 46.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 19 52 94 0.80 0.45 0 0.63 213.6 0.66 0.22
Hex 13 34 5E 50 2D 0 3F D6 42 16
Octal 23 64 136 120 55 0 77 326 102 26
Binary 10011 110100 1011110 1010000 101101 0 111111 11010110 1000010 10110

Color Harmonies of #13345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13345E

Black with #13345E

Text Example


Text Example

White with #13345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13345E; }

 p { color: rgb(19,52,94); }

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

background-color css

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

 a { background-color: rgb(19,52,94); }

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

border-color css

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

 span { border-color: rgb(19,52,94); }

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