Html Css Color HEX #012661 Sapphire

📋 copy color: '#012661'

red 1 ◦ green 38 ◦ blue 97

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

Shades of Sapphire #012661

Tints of Sapphire #012661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.94%

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

R = 0.74%
G = 27.94%
B = 71.32%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012661 (or 0x012661) is known color: Sapphire. HEX triplet: 01, 26 and 61. RGB value is (1,38,97). Sum of RGB (Red+Green+Blue) = 1+38+97=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #012661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012661 is #FED99E. Grayscale: #212121. Windows color (decimal): -16701855 or 6366721. OLE color: 6366721.

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

Color convert

RGB 1 38 97 -
CMYK 0.99 0.61 0 0.62
HSL 216.88º 0.98% 0.19% -
HSV(B) 216.88º 0.99% 0.38% -
XYZ 2.86 2.26 11.59 -
YUV 33.66 163.74 104.7 -
System Red Green Blue C M Y K H S L
Decimal 1 38 97 0.99 0.61 0 0.62 216.88 0.98 0.19
Hex 1 26 61 63 3D 0 3E D9 62 13
Octal 1 46 141 143 75 0 76 331 142 23
Binary 1 100110 1100001 1100011 111101 0 111110 11011001 1100010 10011

Color Harmonies of #012661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012661

Black with #012661

Text Example


Text Example

White with #012661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012661; }

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

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

background-color css

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

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

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

border-color css

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

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

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