Html Css Color HEX #172C67 Sapphire

📋 copy color: '#172C67'

red 23 ◦ green 44 ◦ blue 103

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

Shades of Sapphire #172C67

Tints of Sapphire #172C67

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.88%

 BLUE value IS 103 (40.63% from 255) = 60.59%

R = 13.53%
G = 25.88%
B = 60.59%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172C67 (or 0x172C67) is known color: Sapphire. HEX triplet: 17, 2C and 67. RGB value is (23,44,103). Sum of RGB (Red+Green+Blue) = 23+44+103=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #172C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C67 is #E8D398. Grayscale: #2C2C2C. Windows color (decimal): -15258521 or 6761495. OLE color: 6761495.

HSL color Cylindrical-coordinate representation of color #172C67: hue angle of 224.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172C67 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 44 103 -
CMYK 0.78 0.57 0 0.60
HSL 224.25º 0.63% 0.25% -
HSV(B) 224.25º 0.78% 0.4% -
XYZ 3.7 2.96 13.21 -
YUV 44.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 23 44 103 0.78 0.57 0 0.60 224.25 0.63 0.25
Hex 17 2C 67 4E 39 0 3C E0 3F 19
Octal 27 54 147 116 71 0 74 340 77 31
Binary 10111 101100 1100111 1001110 111001 0 111100 11100000 111111 11001

Color Harmonies of #172C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C67

Black with #172C67

Text Example


Text Example

White with #172C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172C67; }

 p { color: rgb(23,44,103); }

 H1.HeaderClassName
 {
   color: #172C67;
 }
 .AnyTagClassName
 {
   color: #172C67;
 }
</style>

background-color css

<style>
 a { background-color: #172C67; }

 a { background-color: rgb(23,44,103); }

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

border-color css

<style>
 span { border-color: #172C67; }

 span { border-color: rgb(23,44,103); }

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