Html Css Color HEX #13306F Sapphire

📋 copy color: '#13306F'

red 19 ◦ green 48 ◦ blue 111

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

Shades of Sapphire #13306F

Tints of Sapphire #13306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.97%

 BLUE value IS 111 (43.75% from 255) = 62.36%

R = 10.67%
G = 26.97%
B = 62.36%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#13306F (or 0x13306F) is known color: Sapphire. HEX triplet: 13, 30 and 6F. RGB value is (19,48,111). Sum of RGB (Red+Green+Blue) = 19+48+111=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #13306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13306F is #ECCF90. Grayscale: #2E2E2E. Windows color (decimal): -15519633 or 7286803. OLE color: 7286803.

HSL color Cylindrical-coordinate representation of color #13306F: hue angle of 221.09º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13306F is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 48 111 -
CMYK 0.83 0.57 0 0.56
HSL 221.09º 0.71% 0.25% -
HSV(B) 221.09º 0.83% 0.44% -
XYZ 4.19 3.4 15.47 -
YUV 46.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 19 48 111 0.83 0.57 0 0.56 221.09 0.71 0.25
Hex 13 30 6F 53 39 0 38 DD 47 19
Octal 23 60 157 123 71 0 70 335 107 31
Binary 10011 110000 1101111 1010011 111001 0 111000 11011101 1000111 11001

Color Harmonies of #13306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13306F

Black with #13306F

Text Example


Text Example

White with #13306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13306F; }

 p { color: rgb(19,48,111); }

 H1.HeaderClassName
 {
   color: #13306F;
 }
 .AnyTagClassName
 {
   color: #13306F;
 }
</style>

background-color css

<style>
 a { background-color: #13306F; }

 a { background-color: rgb(19,48,111); }

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

border-color css

<style>
 span { border-color: #13306F; }

 span { border-color: rgb(19,48,111); }

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