Html Css Color HEX #01064C Sapphire

📋 copy color: '#01064C'

red 1 ◦ green 6 ◦ blue 76

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

Shades of Sapphire #01064C

Tints of Sapphire #01064C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 91.57%

R = 1.2%
G = 7.23%
B = 91.57%

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

#01064C (or 0x01064C) is known color: Sapphire. HEX triplet: 01, 06 and 4C. RGB value is (1,6,76). Sum of RGB (Red+Green+Blue) = 1+6+76=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 76 (30.08% from 255 or 91.57% from 83); Max value from RGB is 76 - color contains mainly: blue. Hex color #01064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01064C is #FEF9B3. Grayscale: #0C0C0C. Windows color (decimal): -16710068 or 4982273. OLE color: 4982273.

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

Color convert

RGB 1 6 76 -
CMYK 0.99 0.92 0 0.70
HSL 236º 0.97% 0.15% -
HSV(B) 236º 0.99% 0.3% -
XYZ 1.38 0.66 6.89 -
YUV 12.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 1 6 76 0.99 0.92 0 0.70 236 0.97 0.15
Hex 1 6 4C 63 5C 0 46 EC 61 F
Octal 1 6 114 143 134 0 106 354 141 17
Binary 1 110 1001100 1100011 1011100 0 1000110 11101100 1100001 1111

Color Harmonies of #01064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01064C

Black with #01064C

Text Example


Text Example

White with #01064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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