Html Css Color HEX #02174A Sapphire

📋 copy color: '#02174A'

red 2 ◦ green 23 ◦ blue 74

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

Shades of Sapphire #02174A

Tints of Sapphire #02174A

RGB

 RED value IS 2 (1.17% from 255) = 2.02%

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

 BLUE value IS 74 (29.3% from 255) = 74.75%

R = 2.02%
G = 23.23%
B = 74.75%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#02174A (or 0x02174A) is known color: Sapphire. HEX triplet: 02, 17 and 4A. RGB value is (2,23,74). Sum of RGB (Red+Green+Blue) = 2+23+74=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #02174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02174A is #FDE8B5. Grayscale: #161616. Windows color (decimal): -16640182 or 4855554. OLE color: 4855554.

HSL color Cylindrical-coordinate representation of color #02174A: hue angle of 222.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02174A is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 23 74 -
CMYK 0.97 0.69 0 0.71
HSL 222.5º 0.95% 0.15% -
HSV(B) 222.5º 0.97% 0.29% -
XYZ 1.57 1.12 6.61 -
YUV 22.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 2 23 74 0.97 0.69 0 0.71 222.5 0.95 0.15
Hex 2 17 4A 61 45 0 47 DE 5F F
Octal 2 27 112 141 105 0 107 336 137 17
Binary 10 10111 1001010 1100001 1000101 0 1000111 11011110 1011111 1111

Color Harmonies of #02174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02174A

Black with #02174A

Text Example


Text Example

White with #02174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,23,74); }

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

background-color css

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

 a { background-color: rgb(2,23,74); }

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

border-color css

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

 span { border-color: rgb(2,23,74); }

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