Html Css Color HEX #02146E Sapphire

📋 copy color: '#02146E'

red 2 ◦ green 20 ◦ blue 110

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

Shades of Sapphire #02146E

Tints of Sapphire #02146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 83.33%

R = 1.52%
G = 15.15%
B = 83.33%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02146E (or 0x02146E) is known color: Sapphire. HEX triplet: 02, 14 and 6E. RGB value is (2,20,110). Sum of RGB (Red+Green+Blue) = 2+20+110=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 110 (43.36% from 255 or 83.33% from 132); Max value from RGB is 110 - color contains mainly: blue. Hex color #02146E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02146E is #FDEB91. Grayscale: #181818. Windows color (decimal): -16640914 or 7214082. OLE color: 7214082.

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

Color convert

RGB 2 20 110 -
CMYK 0.98 0.82 0 0.57
HSL 230º 0.96% 0.22% -
HSV(B) 230º 0.98% 0.43% -
XYZ 3.09 1.64 14.91 -
YUV 24.88 176.04 111.68 -
System Red Green Blue C M Y K H S L
Decimal 2 20 110 0.98 0.82 0 0.57 230 0.96 0.22
Hex 2 14 6E 62 52 0 39 E6 60 16
Octal 2 24 156 142 122 0 71 346 140 26
Binary 10 10100 1101110 1100010 1010010 0 111001 11100110 1100000 10110

Color Harmonies of #02146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02146E

Black with #02146E

Text Example


Text Example

White with #02146E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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