Html Css Color HEX #01064F Sapphire

📋 copy color: '#01064F'

red 1 ◦ green 6 ◦ blue 79

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

Shades of Sapphire #01064F

Tints of Sapphire #01064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

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

R = 1.16%
G = 6.98%
B = 91.86%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01064F (or 0x01064F) is known color: Sapphire. HEX triplet: 01, 06 and 4F. RGB value is (1,6,79). Sum of RGB (Red+Green+Blue) = 1+6+79=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 79 (31.25% from 255 or 91.86% from 86); Max value from RGB is 79 - color contains mainly: blue. Hex color #01064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01064F is #FEF9B0. Grayscale: #0C0C0C. Windows color (decimal): -16710065 or 5178881. OLE color: 5178881.

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

Color convert

RGB 1 6 79 -
CMYK 0.99 0.92 0 0.69
HSL 236.15º 0.98% 0.16% -
HSV(B) 236.15º 0.99% 0.31% -
XYZ 1.49 0.7 7.45 -
YUV 12.83 165.34 119.56 -
System Red Green Blue C M Y K H S L
Decimal 1 6 79 0.99 0.92 0 0.69 236.15 0.98 0.16
Hex 1 6 4F 63 5C 0 45 EC 62 10
Octal 1 6 117 143 134 0 105 354 142 20
Binary 1 110 1001111 1100011 1011100 0 1000101 11101100 1100010 10000

Color Harmonies of #01064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01064F

Black with #01064F

Text Example


Text Example

White with #01064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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