Html Css Color HEX #060F54 Sapphire

📋 copy color: '#060F54'

red 6 ◦ green 15 ◦ blue 84

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

Shades of Sapphire #060F54

Tints of Sapphire #060F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.29%

 BLUE value IS 84 (33.2% from 255) = 80%

R = 5.71%
G = 14.29%
B = 80%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#060F54 (or 0x060F54) is known color: Sapphire. HEX triplet: 06, 0F and 54. RGB value is (6,15,84). Sum of RGB (Red+Green+Blue) = 6+15+84=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 84 (33.20% from 255 or 80% from 105); Max value from RGB is 84 - color contains mainly: blue. Hex color #060F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F54 is #F9F0AB. Grayscale: #131313. Windows color (decimal): -16380076 or 5508870. OLE color: 5508870.

HSL color Cylindrical-coordinate representation of color #060F54: hue angle of 233.08º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060F54 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 15 84 -
CMYK 0.93 0.82 0 0.67
HSL 233.08º 0.87% 0.18% -
HSV(B) 233.08º 0.93% 0.33% -
XYZ 1.85 1.02 8.49 -
YUV 20.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 6 15 84 0.93 0.82 0 0.67 233.08 0.87 0.18
Hex 6 F 54 5D 52 0 43 E9 57 12
Octal 6 17 124 135 122 0 103 351 127 22
Binary 110 1111 1010100 1011101 1010010 0 1000011 11101001 1010111 10010

Color Harmonies of #060F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F54

Black with #060F54

Text Example


Text Example

White with #060F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060F54; }

 p { color: rgb(6,15,84); }

 H1.HeaderClassName
 {
   color: #060F54;
 }
 .AnyTagClassName
 {
   color: #060F54;
 }
</style>

background-color css

<style>
 a { background-color: #060F54; }

 a { background-color: rgb(6,15,84); }

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

border-color css

<style>
 span { border-color: #060F54; }

 span { border-color: rgb(6,15,84); }

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