Html Css Color HEX #06154A Sapphire

📋 copy color: '#06154A'

red 6 ◦ green 21 ◦ blue 74

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

Shades of Sapphire #06154A

Tints of Sapphire #06154A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.79%

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

R = 5.94%
G = 20.79%
B = 73.27%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06154A (or 0x06154A) is known color: Sapphire. HEX triplet: 06, 15 and 4A. RGB value is (6,21,74). Sum of RGB (Red+Green+Blue) = 6+21+74=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 74 (29.30% from 255 or 73.27% from 101); Max value from RGB is 74 - color contains mainly: blue. Hex color #06154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06154A is #F9EAB5. Grayscale: #161616. Windows color (decimal): -16378550 or 4855046. OLE color: 4855046.

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

Color convert

RGB 6 21 74 -
CMYK 0.92 0.72 0 0.71
HSL 226.76º 0.85% 0.16% -
HSV(B) 226.76º 0.92% 0.29% -
XYZ 1.58 1.07 6.6 -
YUV 22.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 6 21 74 0.92 0.72 0 0.71 226.76 0.85 0.16
Hex 6 15 4A 5C 48 0 47 E3 55 10
Octal 6 25 112 134 110 0 107 343 125 20
Binary 110 10101 1001010 1011100 1001000 0 1000111 11100011 1010101 10000

Color Harmonies of #06154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06154A

Black with #06154A

Text Example


Text Example

White with #06154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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