Html Css Color HEX #01064A Sapphire

📋 copy color: '#01064A'

red 1 ◦ green 6 ◦ blue 74

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

Shades of Sapphire #01064A

Tints of Sapphire #01064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 91.36%

R = 1.23%
G = 7.41%
B = 91.36%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01064A (or 0x01064A) is known color: Sapphire. HEX triplet: 01, 06 and 4A. RGB value is (1,6,74). Sum of RGB (Red+Green+Blue) = 1+6+74=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 74 (29.30% from 255 or 91.36% from 81); Max value from RGB is 74 - color contains mainly: blue. Hex color #01064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01064A is #FEF9B5. Grayscale: #0B0B0B. Windows color (decimal): -16710070 or 4851201. OLE color: 4851201.

HSL color Cylindrical-coordinate representation of color #01064A: hue angle of 235.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01064A is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 6 74 -
CMYK 0.99 0.92 0 0.71
HSL 235.89º 0.97% 0.15% -
HSV(B) 235.89º 0.99% 0.29% -
XYZ 1.31 0.63 6.53 -
YUV 12.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 1 6 74 0.99 0.92 0 0.71 235.89 0.97 0.15
Hex 1 6 4A 63 5C 0 47 EC 61 F
Octal 1 6 112 143 134 0 107 354 141 17
Binary 1 110 1001010 1100011 1011100 0 1000111 11101100 1100001 1111

Color Harmonies of #01064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01064A

Black with #01064A

Text Example


Text Example

White with #01064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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