Html Css Color HEX #13346C Sapphire

📋 copy color: '#13346C'

red 19 ◦ green 52 ◦ blue 108

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

Shades of Sapphire #13346C

Tints of Sapphire #13346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.34%

R = 10.61%
G = 29.05%
B = 60.34%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13346C (or 0x13346C) is known color: Sapphire. HEX triplet: 13, 34 and 6C. RGB value is (19,52,108). Sum of RGB (Red+Green+Blue) = 19+52+108=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #13346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13346C is #ECCB93. Grayscale: #303030. Windows color (decimal): -15518612 or 7091219. OLE color: 7091219.

HSL color Cylindrical-coordinate representation of color #13346C: hue angle of 217.75º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13346C is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 52 108 -
CMYK 0.82 0.52 0 0.58
HSL 217.75º 0.7% 0.25% -
HSV(B) 217.75º 0.82% 0.42% -
XYZ 4.2 3.68 14.68 -
YUV 48.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 19 52 108 0.82 0.52 0 0.58 217.75 0.7 0.25
Hex 13 34 6C 52 34 0 3A DA 46 19
Octal 23 64 154 122 64 0 72 332 106 31
Binary 10011 110100 1101100 1010010 110100 0 111010 11011010 1000110 11001

Color Harmonies of #13346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13346C

Black with #13346C

Text Example


Text Example

White with #13346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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