Html Css Color HEX #06174A Sapphire

📋 copy color: '#06174A'

red 6 ◦ green 23 ◦ blue 74

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

Shades of Sapphire #06174A

Tints of Sapphire #06174A

RGB

 RED value IS 6 (2.73% from 255) = 5.83%

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

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

R = 5.83%
G = 22.33%
B = 71.84%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06174A (or 0x06174A) is known color: Sapphire. HEX triplet: 06, 17 and 4A. RGB value is (6,23,74). Sum of RGB (Red+Green+Blue) = 6+23+74=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 74 (29.30% from 255 or 71.84% from 103); Max value from RGB is 74 - color contains mainly: blue. Hex color #06174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06174A is #F9E8B5. Grayscale: #171717. Windows color (decimal): -16378038 or 4855558. OLE color: 4855558.

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

Color convert

RGB 6 23 74 -
CMYK 0.92 0.69 0 0.71
HSL 225º 0.85% 0.16% -
HSV(B) 225º 0.92% 0.29% -
XYZ 1.62 1.15 6.61 -
YUV 23.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 6 23 74 0.92 0.69 0 0.71 225 0.85 0.16
Hex 6 17 4A 5C 45 0 47 E1 55 10
Octal 6 27 112 134 105 0 107 341 125 20
Binary 110 10111 1001010 1011100 1000101 0 1000111 11100001 1010101 10000

Color Harmonies of #06174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06174A

Black with #06174A

Text Example


Text Example

White with #06174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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