Html Css Color HEX #060D50 Sapphire

📋 copy color: '#060D50'

red 6 ◦ green 13 ◦ blue 80

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

Shades of Sapphire #060D50

Tints of Sapphire #060D50

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.13%

 BLUE value IS 80 (31.64% from 255) = 80.81%

R = 6.06%
G = 13.13%
B = 80.81%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#060D50 (or 0x060D50) is known color: Sapphire. HEX triplet: 06, 0D and 50. RGB value is (6,13,80). Sum of RGB (Red+Green+Blue) = 6+13+80=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 80 (31.64% from 255 or 80.81% from 99); Max value from RGB is 80 - color contains mainly: blue. Hex color #060D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D50 is #F9F2AF. Grayscale: #121212. Windows color (decimal): -16380592 or 5246214. OLE color: 5246214.

HSL color Cylindrical-coordinate representation of color #060D50: hue angle of 234.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060D50 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 13 80 -
CMYK 0.92 0.84 0 0.69
HSL 234.32º 0.86% 0.17% -
HSV(B) 234.32º 0.93% 0.31% -
XYZ 1.67 0.91 7.68 -
YUV 18.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 6 13 80 0.92 0.84 0 0.69 234.32 0.86 0.17
Hex 6 D 50 5C 54 0 45 EA 56 11
Octal 6 15 120 134 124 0 105 352 126 21
Binary 110 1101 1010000 1011100 1010100 0 1000101 11101010 1010110 10001

Color Harmonies of #060D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060D50

Black with #060D50

Text Example


Text Example

White with #060D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,13,80); }

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

background-color css

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

 a { background-color: rgb(6,13,80); }

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

border-color css

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

 span { border-color: rgb(6,13,80); }

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