Html Css Color HEX #01064D Sapphire

📋 copy color: '#01064D'

red 1 ◦ green 6 ◦ blue 77

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

Shades of Sapphire #01064D

Tints of Sapphire #01064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 91.67%

R = 1.19%
G = 7.14%
B = 91.67%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01064D (or 0x01064D) is known color: Sapphire. HEX triplet: 01, 06 and 4D. RGB value is (1,6,77). Sum of RGB (Red+Green+Blue) = 1+6+77=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 77 (30.47% from 255 or 91.67% from 84); Max value from RGB is 77 - color contains mainly: blue. Hex color #01064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01064D is #FEF9B2. Grayscale: #0C0C0C. Windows color (decimal): -16710067 or 5047809. OLE color: 5047809.

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

Color convert

RGB 1 6 77 -
CMYK 0.99 0.92 0 0.70
HSL 236.05º 0.97% 0.15% -
HSV(B) 236.05º 0.99% 0.3% -
XYZ 1.42 0.67 7.08 -
YUV 12.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 1 6 77 0.99 0.92 0 0.70 236.05 0.97 0.15
Hex 1 6 4D 63 5C 0 46 EC 61 F
Octal 1 6 115 143 134 0 106 354 141 17
Binary 1 110 1001101 1100011 1011100 0 1000110 11101100 1100001 1111

Color Harmonies of #01064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01064D

Black with #01064D

Text Example


Text Example

White with #01064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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