Html Css Color HEX #012261 Sapphire

📋 copy color: '#012261'

red 1 ◦ green 34 ◦ blue 97

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

Shades of Sapphire #012261

Tints of Sapphire #012261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.76%

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

R = 0.76%
G = 25.76%
B = 73.48%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012261 (or 0x012261) is known color: Sapphire. HEX triplet: 01, 22 and 61. RGB value is (1,34,97). Sum of RGB (Red+Green+Blue) = 1+34+97=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #012261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012261 is #FEDD9E. Grayscale: #1F1F1F. Windows color (decimal): -16702879 or 6365697. OLE color: 6365697.

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

Color convert

RGB 1 34 97 -
CMYK 0.99 0.65 0 0.62
HSL 219.38º 0.98% 0.19% -
HSV(B) 219.38º 0.99% 0.38% -
XYZ 2.74 2.01 11.55 -
YUV 31.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 1 34 97 0.99 0.65 0 0.62 219.38 0.98 0.19
Hex 1 22 61 63 41 0 3E DB 62 13
Octal 1 42 141 143 101 0 76 333 142 23
Binary 1 100010 1100001 1100011 1000001 0 111110 11011011 1100010 10011

Color Harmonies of #012261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012261

Black with #012261

Text Example


Text Example

White with #012261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012261; }

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

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

background-color css

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

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

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

border-color css

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

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

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