Html Css Color HEX #012461 Sapphire

📋 copy color: '#012461'

red 1 ◦ green 36 ◦ blue 97

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

Shades of Sapphire #012461

Tints of Sapphire #012461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.87%

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

R = 0.75%
G = 26.87%
B = 72.39%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012461 (or 0x012461) is known color: Sapphire. HEX triplet: 01, 24 and 61. RGB value is (1,36,97). Sum of RGB (Red+Green+Blue) = 1+36+97=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #012461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012461 is #FEDB9E. Grayscale: #202020. Windows color (decimal): -16702367 or 6366209. OLE color: 6366209.

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

Color convert

RGB 1 36 97 -
CMYK 0.99 0.63 0 0.62
HSL 218.13º 0.98% 0.19% -
HSV(B) 218.13º 0.99% 0.38% -
XYZ 2.8 2.13 11.57 -
YUV 32.49 164.4 105.54 -
System Red Green Blue C M Y K H S L
Decimal 1 36 97 0.99 0.63 0 0.62 218.13 0.98 0.19
Hex 1 24 61 63 3F 0 3E DA 62 13
Octal 1 44 141 143 77 0 76 332 142 23
Binary 1 100100 1100001 1100011 111111 0 111110 11011010 1100010 10011

Color Harmonies of #012461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012461

Black with #012461

Text Example


Text Example

White with #012461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012461; }

 p { color: rgb(1,36,97); }

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

background-color css

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

 a { background-color: rgb(1,36,97); }

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

border-color css

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

 span { border-color: rgb(1,36,97); }

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