Html Css Color HEX #01084F Sapphire

📋 copy color: '#01084F'

red 1 ◦ green 8 ◦ blue 79

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

Shades of Sapphire #01084F

Tints of Sapphire #01084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.09%

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

R = 1.14%
G = 9.09%
B = 89.77%

CMYK

 C value IS 0.99

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01084F (or 0x01084F) is known color: Sapphire. HEX triplet: 01, 08 and 4F. RGB value is (1,8,79). Sum of RGB (Red+Green+Blue) = 1+8+79=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 79 (31.25% from 255 or 89.77% from 88); Max value from RGB is 79 - color contains mainly: blue. Hex color #01084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01084F is #FEF7B0. Grayscale: #0D0D0D. Windows color (decimal): -16709553 or 5179393. OLE color: 5179393.

HSL color Cylindrical-coordinate representation of color #01084F: hue angle of 234.62º 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 #01084F is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 8 79 -
CMYK 0.99 0.90 0 0.69
HSL 234.62º 0.98% 0.16% -
HSV(B) 234.62º 0.99% 0.31% -
XYZ 1.51 0.74 7.46 -
YUV 14 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 1 8 79 0.99 0.90 0 0.69 234.62 0.98 0.16
Hex 1 8 4F 63 5A 0 45 EB 62 10
Octal 1 10 117 143 132 0 105 353 142 20
Binary 1 1000 1001111 1100011 1011010 0 1000101 11101011 1100010 10000

Color Harmonies of #01084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01084F

Black with #01084F

Text Example


Text Example

White with #01084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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