Html Css Color HEX #010F4B Sapphire

📋 copy color: '#010F4B'

red 1 ◦ green 15 ◦ blue 75

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

Shades of Sapphire #010F4B

Tints of Sapphire #010F4B

RGB

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

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

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

R = 1.1%
G = 16.48%
B = 82.42%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#010F4B (or 0x010F4B) is known color: Sapphire. HEX triplet: 01, 0F and 4B. RGB value is (1,15,75). Sum of RGB (Red+Green+Blue) = 1+15+75=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #010F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F4B is #FEF0B4. Grayscale: #111111. Windows color (decimal): -16707765 or 4919041. OLE color: 4919041.

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

Color convert

RGB 1 15 75 -
CMYK 0.99 0.80 0 0.71
HSL 228.65º 0.97% 0.15% -
HSV(B) 228.65º 0.99% 0.29% -
XYZ 1.45 0.86 6.75 -
YUV 17.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 1 15 75 0.99 0.80 0 0.71 228.65 0.97 0.15
Hex 1 F 4B 63 50 0 47 E5 61 F
Octal 1 17 113 143 120 0 107 345 141 17
Binary 1 1111 1001011 1100011 1010000 0 1000111 11100101 1100001 1111

Color Harmonies of #010F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F4B

Black with #010F4B

Text Example


Text Example

White with #010F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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