Html Css Color HEX #010750 Sapphire

📋 copy color: '#010750'

red 1 ◦ green 7 ◦ blue 80

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

Shades of Sapphire #010750

Tints of Sapphire #010750

RGB

 RED value IS 1 (0.78% from 255) = 1.14%

 GREEN value IS 7 (3.13% from 255) = 7.95%

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

R = 1.14%
G = 7.95%
B = 90.91%

CMYK

 C value IS 0.99

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#010750 (or 0x010750) is known color: Sapphire. HEX triplet: 01, 07 and 50. RGB value is (1,7,80). Sum of RGB (Red+Green+Blue) = 1+7+80=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 80 (31.64% from 255 or 90.91% from 88); Max value from RGB is 80 - color contains mainly: blue. Hex color #010750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010750 is #FEF8AF. Grayscale: #0D0D0D. Windows color (decimal): -16709808 or 5244673. OLE color: 5244673.

HSL color Cylindrical-coordinate representation of color #010750: hue angle of 235.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010750 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 7 80 -
CMYK 0.99 0.91 0 0.69
HSL 235.44º 0.98% 0.16% -
HSV(B) 235.44º 0.99% 0.31% -
XYZ 1.54 0.74 7.65 -
YUV 13.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 1 7 80 0.99 0.91 0 0.69 235.44 0.98 0.16
Hex 1 7 50 63 5B 0 45 EB 62 10
Octal 1 7 120 143 133 0 105 353 142 20
Binary 1 111 1010000 1100011 1011011 0 1000101 11101011 1100010 10000

Color Harmonies of #010750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010750

Black with #010750

Text Example


Text Example

White with #010750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010750; }

 p { color: rgb(1,7,80); }

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

background-color css

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

 a { background-color: rgb(1,7,80); }

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

border-color css

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

 span { border-color: rgb(1,7,80); }

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