Html Css Color HEX #001261 Sapphire

📋 copy color: '#001261'

red 0 ◦ green 18 ◦ blue 97

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

Shades of Sapphire #001261

Tints of Sapphire #001261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

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

R = 0%
G = 15.65%
B = 84.35%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001261 (or 0x001261) is known color: Sapphire. HEX triplet: 00, 12 and 61. RGB value is (0,18,97). Sum of RGB (Red+Green+Blue) = 0+18+97=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #001261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001261 is #FFED9E. Grayscale: #151515. Windows color (decimal): -16772511 or 6361600. OLE color: 6361600.

HSL color Cylindrical-coordinate representation of color #001261: hue angle of 228.87º 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 #001261 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 18 97 -
CMYK 1 0.81 0 0.62
HSL 228.87º 1% 0.19% -
HSV(B) 228.87º 1% 0.38% -
XYZ 2.37 1.3 11.43 -
YUV 21.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 0 18 97 1 0.81 0 0.62 228.87 1 0.19
Hex 0 12 61 64 51 0 3E E5 64 13
Octal 0 22 141 144 121 0 76 345 144 23
Binary 0 10010 1100001 1100100 1010001 0 111110 11100101 1100100 10011

Color Harmonies of #001261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001261

Black with #001261

Text Example


Text Example

White with #001261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001261; }

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

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

background-color css

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

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

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

border-color css

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

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

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