Html Css Color HEX #00175A Sapphire

📋 copy color: '#00175A'

red 0 ◦ green 23 ◦ blue 90

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

Shades of Sapphire #00175A

Tints of Sapphire #00175A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 0%
G = 20.35%
B = 79.65%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#00175A (or 0x00175A) is known color: Sapphire. HEX triplet: 00, 17 and 5A. RGB value is (0,23,90). Sum of RGB (Red+Green+Blue) = 0+23+90=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #00175A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00175A is #FFE8A5. Grayscale: #171717. Windows color (decimal): -16771238 or 5904128. OLE color: 5904128.

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

Color convert

RGB 0 23 90 -
CMYK 1 0.74 0 0.65
HSL 224.67º 1% 0.18% -
HSV(B) 224.67º 1% 0.35% -
XYZ 2.15 1.35 9.82 -
YUV 23.76 165.38 111.05 -
System Red Green Blue C M Y K H S L
Decimal 0 23 90 1 0.74 0 0.65 224.67 1 0.18
Hex 0 17 5A 64 4A 0 41 E1 64 12
Octal 0 27 132 144 112 0 101 341 144 22
Binary 0 10111 1011010 1100100 1001010 0 1000001 11100001 1100100 10010

Color Harmonies of #00175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00175A

Black with #00175A

Text Example


Text Example

White with #00175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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