Html Css Color HEX #021961 Sapphire

📋 copy color: '#021961'

red 2 ◦ green 25 ◦ blue 97

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

Shades of Sapphire #021961

Tints of Sapphire #021961

RGB

 RED value IS 2 (1.17% from 255) = 1.61%

 GREEN value IS 25 (10.16% from 255) = 20.16%

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

R = 1.61%
G = 20.16%
B = 78.23%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021961 (or 0x021961) is known color: Sapphire. HEX triplet: 02, 19 and 61. RGB value is (2,25,97). Sum of RGB (Red+Green+Blue) = 2+25+97=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 97 (38.28% from 255 or 78.23% from 124); Max value from RGB is 97 - color contains mainly: blue. Hex color #021961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021961 is #FDE69E. Grayscale: #1A1A1A. Windows color (decimal): -16639647 or 6363394. OLE color: 6363394.

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

Color convert

RGB 2 25 97 -
CMYK 0.98 0.74 0 0.62
HSL 225.47º 0.96% 0.19% -
HSV(B) 225.47º 0.98% 0.38% -
XYZ 2.53 1.57 11.48 -
YUV 26.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 2 25 97 0.98 0.74 0 0.62 225.47 0.96 0.19
Hex 2 19 61 62 4A 0 3E E1 60 13
Octal 2 31 141 142 112 0 76 341 140 23
Binary 10 11001 1100001 1100010 1001010 0 111110 11100001 1100000 10011

Color Harmonies of #021961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021961

Black with #021961

Text Example


Text Example

White with #021961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021961; }

 p { color: rgb(2,25,97); }

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

background-color css

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

 a { background-color: rgb(2,25,97); }

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

border-color css

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

 span { border-color: rgb(2,25,97); }

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