Html Css Color HEX #13335C Regal Blue

📋 copy color: '#13335C'

red 19 ◦ green 51 ◦ blue 92

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

Shades of Regal Blue #13335C

Tints of Regal Blue #13335C

RGB

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

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

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

R = 11.73%
G = 31.48%
B = 56.79%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13335C (or 0x13335C) is known color: Regal Blue. HEX triplet: 13, 33 and 5C. RGB value is (19,51,92). Sum of RGB (Red+Green+Blue) = 19+51+92=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #13335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13335C is #ECCCA3. Grayscale: #2D2D2D. Windows color (decimal): -15518884 or 6042387. OLE color: 6042387.

HSL color Cylindrical-coordinate representation of color #13335C: hue angle of 213.7º 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 #13335C is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 51 92 -
CMYK 0.79 0.45 0 0.64
HSL 213.7º 0.66% 0.22% -
HSV(B) 213.7º 0.79% 0.36% -
XYZ 3.38 3.28 10.58 -
YUV 46.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 19 51 92 0.79 0.45 0 0.64 213.7 0.66 0.22
Hex 13 33 5C 4F 2D 0 40 D6 42 16
Octal 23 63 134 117 55 0 100 326 102 26
Binary 10011 110011 1011100 1001111 101101 0 1000000 11010110 1000010 10110

Color Harmonies of #13335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13335C

Black with #13335C

Text Example


Text Example

White with #13335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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