Html Css Color HEX #060F4D Sapphire

📋 copy color: '#060F4D'

red 6 ◦ green 15 ◦ blue 77

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

Shades of Sapphire #060F4D

Tints of Sapphire #060F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 78.57%

R = 6.12%
G = 15.31%
B = 78.57%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#060F4D (or 0x060F4D) is known color: Sapphire. HEX triplet: 06, 0F and 4D. RGB value is (6,15,77). Sum of RGB (Red+Green+Blue) = 6+15+77=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 77 (30.47% from 255 or 78.57% from 98); Max value from RGB is 77 - color contains mainly: blue. Hex color #060F4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060F4D is #F9F0B2. Grayscale: #131313. Windows color (decimal): -16380083 or 5050118. OLE color: 5050118.

HSL color Cylindrical-coordinate representation of color #060F4D: hue angle of 232.39º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060F4D is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 15 77 -
CMYK 0.92 0.81 0 0.70
HSL 232.39º 0.86% 0.16% -
HSV(B) 232.39º 0.92% 0.3% -
XYZ 1.59 0.92 7.11 -
YUV 19.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 6 15 77 0.92 0.81 0 0.70 232.39 0.86 0.16
Hex 6 F 4D 5C 51 0 46 E8 56 10
Octal 6 17 115 134 121 0 106 350 126 20
Binary 110 1111 1001101 1011100 1010001 0 1000110 11101000 1010110 10000

Color Harmonies of #060F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F4D

Black with #060F4D

Text Example


Text Example

White with #060F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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