Html Css Color HEX #021F68 Sapphire

📋 copy color: '#021F68'

red 2 ◦ green 31 ◦ blue 104

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

Shades of Sapphire #021F68

Tints of Sapphire #021F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 75.91%

R = 1.46%
G = 22.63%
B = 75.91%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#021F68 (or 0x021F68) is known color: Sapphire. HEX triplet: 02, 1F and 68. RGB value is (2,31,104). Sum of RGB (Red+Green+Blue) = 2+31+104=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #021F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F68 is #FDE097. Grayscale: #1E1E1E. Windows color (decimal): -16638104 or 6823682. OLE color: 6823682.

HSL color Cylindrical-coordinate representation of color #021F68: hue angle of 222.94º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021F68 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 31 104 -
CMYK 0.98 0.70 0 0.59
HSL 222.94º 0.96% 0.21% -
HSV(B) 222.94º 0.98% 0.41% -
XYZ 3.01 1.99 13.32 -
YUV 30.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 2 31 104 0.98 0.70 0 0.59 222.94 0.96 0.21
Hex 2 1F 68 62 46 0 3B DF 60 15
Octal 2 37 150 142 106 0 73 337 140 25
Binary 10 11111 1101000 1100010 1000110 0 111011 11011111 1100000 10101

Color Harmonies of #021F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F68

Black with #021F68

Text Example


Text Example

White with #021F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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