Html Css Color HEX #001061 Sapphire

📋 copy color: '#001061'

red 0 ◦ green 16 ◦ blue 97

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

Shades of Sapphire #001061

Tints of Sapphire #001061

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 14.16%

 BLUE value IS 97 (38.28% from 255) = 85.84%

R = 0%
G = 14.16%
B = 85.84%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001061 (or 0x001061) is known color: Sapphire. HEX triplet: 00, 10 and 61. RGB value is (0,16,97). Sum of RGB (Red+Green+Blue) = 0+16+97=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 97 (38.28% from 255 or 85.84% from 113); Max value from RGB is 97 - color contains mainly: blue. Hex color #001061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001061 is #FFEF9E. Grayscale: #141414. Windows color (decimal): -16773023 or 6361088. OLE color: 6361088.

HSL color Cylindrical-coordinate representation of color #001061: hue angle of 230.1º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001061 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 16 97 -
CMYK 1 0.84 0 0.62
HSL 230.1º 1% 0.19% -
HSV(B) 230.1º 1% 0.38% -
XYZ 2.34 1.23 11.42 -
YUV 20.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 0 16 97 1 0.84 0 0.62 230.1 1 0.19
Hex 0 10 61 64 54 0 3E E6 64 13
Octal 0 20 141 144 124 0 76 346 144 23
Binary 0 10000 1100001 1100100 1010100 0 111110 11100110 1100100 10011

Color Harmonies of #001061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001061

Black with #001061

Text Example


Text Example

White with #001061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001061; }

 p { color: rgb(0,16,97); }

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

background-color css

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

 a { background-color: rgb(0,16,97); }

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

border-color css

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

 span { border-color: rgb(0,16,97); }

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