Html Css Color HEX #001461 Sapphire

📋 copy color: '#001461'

red 0 ◦ green 20 ◦ blue 97

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

Shades of Sapphire #001461

Tints of Sapphire #001461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

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

R = 0%
G = 17.09%
B = 82.91%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#001461 (or 0x001461) is known color: Sapphire. HEX triplet: 00, 14 and 61. RGB value is (0,20,97). Sum of RGB (Red+Green+Blue) = 0+20+97=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 97 (38.28% from 255 or 82.91% from 117); Max value from RGB is 97 - color contains mainly: blue. Hex color #001461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001461 is #FFEB9E. Grayscale: #161616. Windows color (decimal): -16771999 or 6362112. OLE color: 6362112.

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

Color convert

RGB 0 20 97 -
CMYK 1 0.79 0 0.62
HSL 227.63º 1% 0.19% -
HSV(B) 227.63º 1% 0.38% -
XYZ 2.41 1.36 11.45 -
YUV 22.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 0 20 97 1 0.79 0 0.62 227.63 1 0.19
Hex 0 14 61 64 4F 0 3E E4 64 13
Octal 0 24 141 144 117 0 76 344 144 23
Binary 0 10100 1100001 1100100 1001111 0 111110 11100100 1100100 10011

Color Harmonies of #001461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001461

Black with #001461

Text Example


Text Example

White with #001461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001461; }

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

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

background-color css

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

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

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

border-color css

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

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

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