Html Css Color HEX #13355C Regal Blue

📋 copy color: '#13355C'

red 19 ◦ green 53 ◦ blue 92

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

Shades of Regal Blue #13355C

Tints of Regal Blue #13355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.32%

 BLUE value IS 92 (36.33% from 255) = 56.1%

R = 11.59%
G = 32.32%
B = 56.1%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13355C (or 0x13355C) is known color: Regal Blue. HEX triplet: 13, 35 and 5C. RGB value is (19,53,92). Sum of RGB (Red+Green+Blue) = 19+53+92=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #13355C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13355C is #ECCAA3. Grayscale: #2F2F2F. Windows color (decimal): -15518372 or 6042899. OLE color: 6042899.

HSL color Cylindrical-coordinate representation of color #13355C: hue angle of 212.05º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13355C is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 53 92 -
CMYK 0.79 0.42 0 0.64
HSL 212.05º 0.66% 0.22% -
HSV(B) 212.05º 0.79% 0.36% -
XYZ 3.47 3.46 10.61 -
YUV 47.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 19 53 92 0.79 0.42 0 0.64 212.05 0.66 0.22
Hex 13 35 5C 4F 2A 0 40 D4 42 16
Octal 23 65 134 117 52 0 100 324 102 26
Binary 10011 110101 1011100 1001111 101010 0 1000000 11010100 1000010 10110

Color Harmonies of #13355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13355C

Black with #13355C

Text Example


Text Example

White with #13355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13355C; }

 p { color: rgb(19,53,92); }

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

background-color css

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

 a { background-color: rgb(19,53,92); }

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

border-color css

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

 span { border-color: rgb(19,53,92); }

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