Html Css Color HEX #13345A Regal Blue

📋 copy color: '#13345A'

red 19 ◦ green 52 ◦ blue 90

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

Shades of Regal Blue #13345A

Tints of Regal Blue #13345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.9%

R = 11.8%
G = 32.3%
B = 55.9%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#13345A (or 0x13345A) is known color: Regal Blue. HEX triplet: 13, 34 and 5A. RGB value is (19,52,90). Sum of RGB (Red+Green+Blue) = 19+52+90=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #13345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13345A is #ECCBA5. Grayscale: #2E2E2E. Windows color (decimal): -15518630 or 5911571. OLE color: 5911571.

HSL color Cylindrical-coordinate representation of color #13345A: hue angle of 212.11º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13345A is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 19 52 90 -
CMYK 0.79 0.42 0 0.65
HSL 212.11º 0.65% 0.21% -
HSV(B) 212.11º 0.79% 0.35% -
XYZ 3.34 3.33 10.14 -
YUV 46.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 19 52 90 0.79 0.42 0 0.65 212.11 0.65 0.21
Hex 13 34 5A 4F 2A 0 41 D4 41 15
Octal 23 64 132 117 52 0 101 324 101 25
Binary 10011 110100 1011010 1001111 101010 0 1000001 11010100 1000001 10101

Color Harmonies of #13345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13345A

Black with #13345A

Text Example


Text Example

White with #13345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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