Html Css Color HEX #021F7C Sapphire

📋 copy color: '#021F7C'

red 2 ◦ green 31 ◦ blue 124

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

Shades of Sapphire #021F7C

Tints of Sapphire #021F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.75%

 BLUE value IS 124 (48.83% from 255) = 78.98%

R = 1.27%
G = 19.75%
B = 78.98%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#021F7C (or 0x021F7C) is known color: Sapphire. HEX triplet: 02, 1F and 7C. RGB value is (2,31,124). Sum of RGB (Red+Green+Blue) = 2+31+124=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #021F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F7C is #FDE083. Grayscale: #202020. Windows color (decimal): -16638084 or 8134402. OLE color: 8134402.

HSL color Cylindrical-coordinate representation of color #021F7C: hue angle of 225.74º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021F7C is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 31 124 -
CMYK 0.98 0.75 0 0.51
HSL 225.74º 0.97% 0.25% -
HSV(B) 225.74º 0.98% 0.49% -
XYZ 4.15 2.45 19.32 -
YUV 32.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 2 31 124 0.98 0.75 0 0.51 225.74 0.97 0.25
Hex 2 1F 7C 62 4B 0 33 E2 61 19
Octal 2 37 174 142 113 0 63 342 141 31
Binary 10 11111 1111100 1100010 1001011 0 110011 11100010 1100001 11001

Color Harmonies of #021F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F7C

Black with #021F7C

Text Example


Text Example

White with #021F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021F7C; }

 p { color: rgb(2,31,124); }

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

background-color css

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

 a { background-color: rgb(2,31,124); }

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

border-color css

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

 span { border-color: rgb(2,31,124); }

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