Html Css Color HEX #17307C Sapphire

📋 copy color: '#17307C'

red 23 ◦ green 48 ◦ blue 124

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

Shades of Sapphire #17307C

Tints of Sapphire #17307C

RGB

 RED value IS 23 (9.38% from 255) = 11.79%

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

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

R = 11.79%
G = 24.62%
B = 63.59%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#17307C (or 0x17307C) is known color: Sapphire. HEX triplet: 17, 30 and 7C. RGB value is (23,48,124). Sum of RGB (Red+Green+Blue) = 23+48+124=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #17307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17307C is #E8CF83. Grayscale: #303030. Windows color (decimal): -15257476 or 8138775. OLE color: 8138775.

HSL color Cylindrical-coordinate representation of color #17307C: hue angle of 225.15º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17307C is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 48 124 -
CMYK 0.81 0.61 0 0.51
HSL 225.15º 0.69% 0.29% -
HSV(B) 225.15º 0.81% 0.49% -
XYZ 5.05 3.75 19.53 -
YUV 49.19 170.22 109.32 -
System Red Green Blue C M Y K H S L
Decimal 23 48 124 0.81 0.61 0 0.51 225.15 0.69 0.29
Hex 17 30 7C 51 3D 0 33 E1 45 1D
Octal 27 60 174 121 75 0 63 341 105 35
Binary 10111 110000 1111100 1010001 111101 0 110011 11100001 1000101 11101

Color Harmonies of #17307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17307C

Black with #17307C

Text Example


Text Example

White with #17307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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