Html Css Color HEX #010F4C Sapphire

📋 copy color: '#010F4C'

red 1 ◦ green 15 ◦ blue 76

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

Shades of Sapphire #010F4C

Tints of Sapphire #010F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 82.61%

R = 1.09%
G = 16.3%
B = 82.61%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#010F4C (or 0x010F4C) is known color: Sapphire. HEX triplet: 01, 0F and 4C. RGB value is (1,15,76). Sum of RGB (Red+Green+Blue) = 1+15+76=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 76 (30.08% from 255 or 82.61% from 92); Max value from RGB is 76 - color contains mainly: blue. Hex color #010F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F4C is #FEF0B3. Grayscale: #111111. Windows color (decimal): -16707764 or 4984577. OLE color: 4984577.

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

Color convert

RGB 1 15 76 -
CMYK 0.99 0.80 0 0.70
HSL 228.8º 0.97% 0.15% -
HSV(B) 228.8º 0.99% 0.3% -
XYZ 1.49 0.87 6.93 -
YUV 17.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 1 15 76 0.99 0.80 0 0.70 228.8 0.97 0.15
Hex 1 F 4C 63 50 0 46 E5 61 F
Octal 1 17 114 143 120 0 106 345 141 17
Binary 1 1111 1001100 1100011 1010000 0 1000110 11100101 1100001 1111

Color Harmonies of #010F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010F4C

Black with #010F4C

Text Example


Text Example

White with #010F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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