Html Css Color HEX #010850 Sapphire

📋 copy color: '#010850'

red 1 ◦ green 8 ◦ blue 80

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

Shades of Sapphire #010850

Tints of Sapphire #010850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.99%

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

R = 1.12%
G = 8.99%
B = 89.89%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#010850 (or 0x010850) is known color: Sapphire. HEX triplet: 01, 08 and 50. RGB value is (1,8,80). Sum of RGB (Red+Green+Blue) = 1+8+80=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 80 (31.64% from 255 or 89.89% from 89); Max value from RGB is 80 - color contains mainly: blue. Hex color #010850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010850 is #FEF7AF. Grayscale: #0D0D0D. Windows color (decimal): -16709552 or 5244929. OLE color: 5244929.

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

Color convert

RGB 1 8 80 -
CMYK 0.99 0.90 0 0.69
HSL 234.68º 0.98% 0.16% -
HSV(B) 234.68º 0.99% 0.31% -
XYZ 1.55 0.76 7.65 -
YUV 14.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 1 8 80 0.99 0.90 0 0.69 234.68 0.98 0.16
Hex 1 8 50 63 5A 0 45 EB 62 10
Octal 1 10 120 143 132 0 105 353 142 20
Binary 1 1000 1010000 1100011 1011010 0 1000101 11101011 1100010 10000

Color Harmonies of #010850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010850

Black with #010850

Text Example


Text Example

White with #010850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010850; }

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

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

background-color css

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

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

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

border-color css

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

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

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