Html Css Color HEX #11307C Sapphire

📋 copy color: '#11307C'

red 17 ◦ green 48 ◦ blue 124

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

Shades of Sapphire #11307C

Tints of Sapphire #11307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 65.61%

R = 8.99%
G = 25.4%
B = 65.61%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11307C (or 0x11307C) is known color: Sapphire. HEX triplet: 11, 30 and 7C. RGB value is (17,48,124). Sum of RGB (Red+Green+Blue) = 17+48+124=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #11307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11307C is #EECF83. Grayscale: #2F2F2F. Windows color (decimal): -15650692 or 8138769. OLE color: 8138769.

HSL color Cylindrical-coordinate representation of color #11307C: hue angle of 222.62º 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 #11307C is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 48 124 -
CMYK 0.86 0.61 0 0.51
HSL 222.62º 0.76% 0.28% -
HSV(B) 222.62º 0.86% 0.49% -
XYZ 4.93 3.69 19.52 -
YUV 47.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 17 48 124 0.86 0.61 0 0.51 222.62 0.76 0.28
Hex 11 30 7C 56 3D 0 33 DF 4C 1C
Octal 21 60 174 126 75 0 63 337 114 34
Binary 10001 110000 1111100 1010110 111101 0 110011 11011111 1001100 11100

Color Harmonies of #11307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11307C

Black with #11307C

Text Example


Text Example

White with #11307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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