Html Css Color HEX #010B4D Sapphire

📋 copy color: '#010B4D'

red 1 ◦ green 11 ◦ blue 77

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

Shades of Sapphire #010B4D

Tints of Sapphire #010B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 86.52%

R = 1.12%
G = 12.36%
B = 86.52%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#010B4D (or 0x010B4D) is known color: Sapphire. HEX triplet: 01, 0B and 4D. RGB value is (1,11,77). Sum of RGB (Red+Green+Blue) = 1+11+77=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #010B4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010B4D is #FEF4B2. Grayscale: #0F0F0F. Windows color (decimal): -16708787 or 5049089. OLE color: 5049089.

HSL color Cylindrical-coordinate representation of color #010B4D: hue angle of 232.11º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010B4D is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 11 77 -
CMYK 0.99 0.86 0 0.70
HSL 232.11º 0.97% 0.15% -
HSV(B) 232.11º 0.99% 0.3% -
XYZ 1.47 0.78 7.09 -
YUV 15.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 1 11 77 0.99 0.86 0 0.70 232.11 0.97 0.15
Hex 1 B 4D 63 56 0 46 E8 61 F
Octal 1 13 115 143 126 0 106 350 141 17
Binary 1 1011 1001101 1100011 1010110 0 1000110 11101000 1100001 1111

Color Harmonies of #010B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B4D

Black with #010B4D

Text Example


Text Example

White with #010B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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