Html Css Color HEX #17235A Sapphire

📋 copy color: '#17235A'

red 23 ◦ green 35 ◦ blue 90

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

Shades of Sapphire #17235A

Tints of Sapphire #17235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.65%

 BLUE value IS 90 (35.55% from 255) = 60.81%

R = 15.54%
G = 23.65%
B = 60.81%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17235A (or 0x17235A) is known color: Sapphire. HEX triplet: 17, 23 and 5A. RGB value is (23,35,90). Sum of RGB (Red+Green+Blue) = 23+35+90=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #17235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17235A is #E8DCA5. Grayscale: #252525. Windows color (decimal): -15260838 or 5907223. OLE color: 5907223.

HSL color Cylindrical-coordinate representation of color #17235A: hue angle of 229.25º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17235A is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 35 90 -
CMYK 0.74 0.61 0 0.65
HSL 229.25º 0.59% 0.22% -
HSV(B) 229.25º 0.74% 0.35% -
XYZ 2.8 2.12 9.93 -
YUV 37.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 23 35 90 0.74 0.61 0 0.65 229.25 0.59 0.22
Hex 17 23 5A 4A 3D 0 41 E5 3B 16
Octal 27 43 132 112 75 0 101 345 73 26
Binary 10111 100011 1011010 1001010 111101 0 1000001 11100101 111011 10110

Color Harmonies of #17235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17235A

Black with #17235A

Text Example


Text Example

White with #17235A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17235A; }

 p { color: rgb(23,35,90); }

 H1.HeaderClassName
 {
   color: #17235A;
 }
 .AnyTagClassName
 {
   color: #17235A;
 }
</style>

background-color css

<style>
 a { background-color: #17235A; }

 a { background-color: rgb(23,35,90); }

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

border-color css

<style>
 span { border-color: #17235A; }

 span { border-color: rgb(23,35,90); }

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