Html Css Color HEX #061750 Sapphire

📋 copy color: '#061750'

red 6 ◦ green 23 ◦ blue 80

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

Shades of Sapphire #061750

Tints of Sapphire #061750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.1%

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

R = 5.5%
G = 21.1%
B = 73.39%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#061750 (or 0x061750) is known color: Sapphire. HEX triplet: 06, 17 and 50. RGB value is (6,23,80). Sum of RGB (Red+Green+Blue) = 6+23+80=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #061750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061750 is #F9E8AF. Grayscale: #181818. Windows color (decimal): -16378032 or 5248774. OLE color: 5248774.

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

Color convert

RGB 6 23 80 -
CMYK 0.92 0.71 0 0.69
HSL 226.22º 0.86% 0.17% -
HSV(B) 226.22º 0.93% 0.31% -
XYZ 1.83 1.23 7.73 -
YUV 24.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 6 23 80 0.92 0.71 0 0.69 226.22 0.86 0.17
Hex 6 17 50 5C 47 0 45 E2 56 11
Octal 6 27 120 134 107 0 105 342 126 21
Binary 110 10111 1010000 1011100 1000111 0 1000101 11100010 1010110 10001

Color Harmonies of #061750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061750

Black with #061750

Text Example


Text Example

White with #061750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061750; }

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

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

background-color css

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

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

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

border-color css

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

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

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