Html Css Color HEX #02146B Sapphire

📋 copy color: '#02146B'

red 2 ◦ green 20 ◦ blue 107

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

Shades of Sapphire #02146B

Tints of Sapphire #02146B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 82.95%

R = 1.55%
G = 15.5%
B = 82.95%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02146B (or 0x02146B) is known color: Sapphire. HEX triplet: 02, 14 and 6B. RGB value is (2,20,107). Sum of RGB (Red+Green+Blue) = 2+20+107=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 107 (42.19% from 255 or 82.95% from 129); Max value from RGB is 107 - color contains mainly: blue. Hex color #02146B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02146B is #FDEB94. Grayscale: #181818. Windows color (decimal): -16640917 or 7017474. OLE color: 7017474.

HSL color Cylindrical-coordinate representation of color #02146B: hue angle of 229.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02146B is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 20 107 -
CMYK 0.98 0.81 0 0.58
HSL 229.71º 0.96% 0.21% -
HSV(B) 229.71º 0.98% 0.42% -
XYZ 2.93 1.57 14.06 -
YUV 24.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 2 20 107 0.98 0.81 0 0.58 229.71 0.96 0.21
Hex 2 14 6B 62 51 0 3A E6 60 15
Octal 2 24 153 142 121 0 72 346 140 25
Binary 10 10100 1101011 1100010 1010001 0 111010 11100110 1100000 10101

Color Harmonies of #02146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02146B

Black with #02146B

Text Example


Text Example

White with #02146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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