Html Css Color HEX #010B5D Sapphire

📋 copy color: '#010B5D'

red 1 ◦ green 11 ◦ blue 93

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

Shades of Sapphire #010B5D

Tints of Sapphire #010B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 10.48%

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

R = 0.95%
G = 10.48%
B = 88.57%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#010B5D (or 0x010B5D) is known color: Sapphire. HEX triplet: 01, 0B and 5D. RGB value is (1,11,93). Sum of RGB (Red+Green+Blue) = 1+11+93=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #010B5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B5D is #FEF4A2. Grayscale: #111111. Windows color (decimal): -16708771 or 6097665. OLE color: 6097665.

HSL color Cylindrical-coordinate representation of color #010B5D: hue angle of 233.48º 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 #010B5D is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 11 93 -
CMYK 0.99 0.88 0 0.64
HSL 233.48º 0.98% 0.18% -
HSV(B) 233.48º 0.99% 0.36% -
XYZ 2.11 1.04 10.44 -
YUV 17.36 170.69 116.33 -
System Red Green Blue C M Y K H S L
Decimal 1 11 93 0.99 0.88 0 0.64 233.48 0.98 0.18
Hex 1 B 5D 63 58 0 40 E9 62 12
Octal 1 13 135 143 130 0 100 351 142 22
Binary 1 1011 1011101 1100011 1011000 0 1000000 11101001 1100010 10010

Color Harmonies of #010B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B5D

Black with #010B5D

Text Example


Text Example

White with #010B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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