Html Css Color HEX #060F59 Sapphire

📋 copy color: '#060F59'

red 6 ◦ green 15 ◦ blue 89

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

Shades of Sapphire #060F59

Tints of Sapphire #060F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 80.91%

R = 5.45%
G = 13.64%
B = 80.91%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#060F59 (or 0x060F59) is known color: Sapphire. HEX triplet: 06, 0F and 59. RGB value is (6,15,89). Sum of RGB (Red+Green+Blue) = 6+15+89=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #060F59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F59 is #F9F0A6. Grayscale: #141414. Windows color (decimal): -16380071 or 5836550. OLE color: 5836550.

HSL color Cylindrical-coordinate representation of color #060F59: hue angle of 233.49º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060F59 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 15 89 -
CMYK 0.93 0.83 0 0.65
HSL 233.49º 0.87% 0.19% -
HSV(B) 233.49º 0.93% 0.35% -
XYZ 2.05 1.1 9.56 -
YUV 20.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 6 15 89 0.93 0.83 0 0.65 233.49 0.87 0.19
Hex 6 F 59 5D 53 0 41 E9 57 13
Octal 6 17 131 135 123 0 101 351 127 23
Binary 110 1111 1011001 1011101 1010011 0 1000001 11101001 1010111 10011

Color Harmonies of #060F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F59

Black with #060F59

Text Example


Text Example

White with #060F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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