Html Css Color HEX #06164A Sapphire

📋 copy color: '#06164A'

red 6 ◦ green 22 ◦ blue 74

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

Shades of Sapphire #06164A

Tints of Sapphire #06164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.57%

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

R = 5.88%
G = 21.57%
B = 72.55%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06164A (or 0x06164A) is known color: Sapphire. HEX triplet: 06, 16 and 4A. RGB value is (6,22,74). Sum of RGB (Red+Green+Blue) = 6+22+74=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 74 (29.30% from 255 or 72.55% from 102); Max value from RGB is 74 - color contains mainly: blue. Hex color #06164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06164A is #F9E9B5. Grayscale: #161616. Windows color (decimal): -16378294 or 4855302. OLE color: 4855302.

HSL color Cylindrical-coordinate representation of color #06164A: hue angle of 225.88º 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 #06164A is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 22 74 -
CMYK 0.92 0.70 0 0.71
HSL 225.88º 0.85% 0.16% -
HSV(B) 225.88º 0.92% 0.29% -
XYZ 1.6 1.11 6.61 -
YUV 23.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 6 22 74 0.92 0.70 0 0.71 225.88 0.85 0.16
Hex 6 16 4A 5C 46 0 47 E2 55 10
Octal 6 26 112 134 106 0 107 342 125 20
Binary 110 10110 1001010 1011100 1000110 0 1000111 11100010 1010101 10000

Color Harmonies of #06164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06164A

Black with #06164A

Text Example


Text Example

White with #06164A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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