Html Css Color HEX #02146F Sapphire

📋 copy color: '#02146F'

red 2 ◦ green 20 ◦ blue 111

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

Shades of Sapphire #02146F

Tints of Sapphire #02146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

 BLUE value IS 111 (43.75% from 255) = 83.46%

R = 1.5%
G = 15.04%
B = 83.46%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#02146F (or 0x02146F) is known color: Sapphire. HEX triplet: 02, 14 and 6F. RGB value is (2,20,111). Sum of RGB (Red+Green+Blue) = 2+20+111=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 111 (43.75% from 255 or 83.46% from 133); Max value from RGB is 111 - color contains mainly: blue. Hex color #02146F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02146F is #FDEB90. Grayscale: #181818. Windows color (decimal): -16640913 or 7279618. OLE color: 7279618.

HSL color Cylindrical-coordinate representation of color #02146F: hue angle of 230.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02146F is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 20 111 -
CMYK 0.98 0.82 0 0.56
HSL 230.09º 0.96% 0.22% -
HSV(B) 230.09º 0.98% 0.44% -
XYZ 3.14 1.66 15.19 -
YUV 24.99 176.54 111.6 -
System Red Green Blue C M Y K H S L
Decimal 2 20 111 0.98 0.82 0 0.56 230.09 0.96 0.22
Hex 2 14 6F 62 52 0 38 E6 60 16
Octal 2 24 157 142 122 0 70 346 140 26
Binary 10 10100 1101111 1100010 1010010 0 111000 11100110 1100000 10110

Color Harmonies of #02146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02146F

Black with #02146F

Text Example


Text Example

White with #02146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02146F; }

 p { color: rgb(2,20,111); }

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

background-color css

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

 a { background-color: rgb(2,20,111); }

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

border-color css

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

 span { border-color: rgb(2,20,111); }

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