Html Css Color HEX #010B4B Sapphire

📋 copy color: '#010B4B'

red 1 ◦ green 11 ◦ blue 75

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

Shades of Sapphire #010B4B

Tints of Sapphire #010B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 86.21%

R = 1.15%
G = 12.64%
B = 86.21%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#010B4B (or 0x010B4B) is known color: Sapphire. HEX triplet: 01, 0B and 4B. RGB value is (1,11,75). Sum of RGB (Red+Green+Blue) = 1+11+75=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 75 (29.69% from 255 or 86.21% from 87); Max value from RGB is 75 - color contains mainly: blue. Hex color #010B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B4B is #FEF4B4. Grayscale: #0F0F0F. Windows color (decimal): -16708789 or 4918017. OLE color: 4918017.

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

Color convert

RGB 1 11 75 -
CMYK 0.99 0.85 0 0.71
HSL 231.89º 0.97% 0.15% -
HSV(B) 231.89º 0.99% 0.29% -
XYZ 1.4 0.75 6.73 -
YUV 15.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 1 11 75 0.99 0.85 0 0.71 231.89 0.97 0.15
Hex 1 B 4B 63 55 0 47 E8 61 F
Octal 1 13 113 143 125 0 107 350 141 17
Binary 1 1011 1001011 1100011 1010101 0 1000111 11101000 1100001 1111

Color Harmonies of #010B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B4B

Black with #010B4B

Text Example


Text Example

White with #010B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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