Html Css Color HEX #010F5D Sapphire

📋 copy color: '#010F5D'

red 1 ◦ green 15 ◦ blue 93

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

Shades of Sapphire #010F5D

Tints of Sapphire #010F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 85.32%

R = 0.92%
G = 13.76%
B = 85.32%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#010F5D (or 0x010F5D) is known color: Sapphire. HEX triplet: 01, 0F and 5D. RGB value is (1,15,93). Sum of RGB (Red+Green+Blue) = 1+15+93=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 93 (36.72% from 255 or 85.32% from 109); Max value from RGB is 93 - color contains mainly: blue. Hex color #010F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F5D is #FEF0A2. Grayscale: #131313. Windows color (decimal): -16707747 or 6098689. OLE color: 6098689.

HSL color Cylindrical-coordinate representation of color #010F5D: hue angle of 230.87º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F5D is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 15 93 -
CMYK 0.99 0.84 0 0.64
HSL 230.87º 0.98% 0.18% -
HSV(B) 230.87º 0.99% 0.36% -
XYZ 2.16 1.14 10.46 -
YUV 19.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 1 15 93 0.99 0.84 0 0.64 230.87 0.98 0.18
Hex 1 F 5D 63 54 0 40 E7 62 12
Octal 1 17 135 143 124 0 100 347 142 22
Binary 1 1111 1011101 1100011 1010100 0 1000000 11100111 1100010 10010

Color Harmonies of #010F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F5D

Black with #010F5D

Text Example


Text Example

White with #010F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010F5D; }

 p { color: rgb(1,15,93); }

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

background-color css

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

 a { background-color: rgb(1,15,93); }

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

border-color css

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

 span { border-color: rgb(1,15,93); }

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