Html Css Color HEX #11307D Sapphire

📋 copy color: '#11307D'

red 17 ◦ green 48 ◦ blue 125

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

Shades of Sapphire #11307D

Tints of Sapphire #11307D

RGB

 RED value IS 17 (7.03% from 255) = 8.95%

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

 BLUE value IS 125 (49.22% from 255) = 65.79%

R = 8.95%
G = 25.26%
B = 65.79%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11307D (or 0x11307D) is known color: Sapphire. HEX triplet: 11, 30 and 7D. RGB value is (17,48,125). Sum of RGB (Red+Green+Blue) = 17+48+125=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #11307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11307D is #EECF82. Grayscale: #2F2F2F. Windows color (decimal): -15650691 or 8204305. OLE color: 8204305.

HSL color Cylindrical-coordinate representation of color #11307D: hue angle of 222.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11307D is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 48 125 -
CMYK 0.86 0.62 0 0.51
HSL 222.78º 0.76% 0.28% -
HSV(B) 222.78º 0.86% 0.49% -
XYZ 4.99 3.71 19.86 -
YUV 47.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 17 48 125 0.86 0.62 0 0.51 222.78 0.76 0.28
Hex 11 30 7D 56 3E 0 33 DF 4C 1C
Octal 21 60 175 126 76 0 63 337 114 34
Binary 10001 110000 1111101 1010110 111110 0 110011 11011111 1001100 11100

Color Harmonies of #11307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11307D

Black with #11307D

Text Example


Text Example

White with #11307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11307D; }

 p { color: rgb(17,48,125); }

 H1.HeaderClassName
 {
   color: #11307D;
 }
 .AnyTagClassName
 {
   color: #11307D;
 }
</style>

background-color css

<style>
 a { background-color: #11307D; }

 a { background-color: rgb(17,48,125); }

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

border-color css

<style>
 span { border-color: #11307D; }

 span { border-color: rgb(17,48,125); }

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