Html Css Color HEX #01094F Sapphire

📋 copy color: '#01094F'

red 1 ◦ green 9 ◦ blue 79

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

Shades of Sapphire #01094F

Tints of Sapphire #01094F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.11%

 BLUE value IS 79 (31.25% from 255) = 88.76%

R = 1.12%
G = 10.11%
B = 88.76%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01094F (or 0x01094F) is known color: Sapphire. HEX triplet: 01, 09 and 4F. RGB value is (1,9,79). Sum of RGB (Red+Green+Blue) = 1+9+79=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 79 (31.25% from 255 or 88.76% from 89); Max value from RGB is 79 - color contains mainly: blue. Hex color #01094F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01094F is #FEF6B0. Grayscale: #0E0E0E. Windows color (decimal): -16709297 or 5179649. OLE color: 5179649.

HSL color Cylindrical-coordinate representation of color #01094F: hue angle of 233.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01094F is Cyan = 0.99, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 9 79 -
CMYK 0.99 0.89 0 0.69
HSL 233.85º 0.98% 0.16% -
HSV(B) 233.85º 0.99% 0.31% -
XYZ 1.52 0.77 7.46 -
YUV 14.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 1 9 79 0.99 0.89 0 0.69 233.85 0.98 0.16
Hex 1 9 4F 63 59 0 45 EA 62 10
Octal 1 11 117 143 131 0 105 352 142 20
Binary 1 1001 1001111 1100011 1011001 0 1000101 11101010 1100010 10000

Color Harmonies of #01094F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01094F

Black with #01094F

Text Example


Text Example

White with #01094F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01094F; }

 p { color: rgb(1,9,79); }

 H1.HeaderClassName
 {
   color: #01094F;
 }
 .AnyTagClassName
 {
   color: #01094F;
 }
</style>

background-color css

<style>
 a { background-color: #01094F; }

 a { background-color: rgb(1,9,79); }

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

border-color css

<style>
 span { border-color: #01094F; }

 span { border-color: rgb(1,9,79); }

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