Html Css Color HEX #02286B Sapphire

📋 copy color: '#02286B'

red 2 ◦ green 40 ◦ blue 107

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

Shades of Sapphire #02286B

Tints of Sapphire #02286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

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

R = 1.34%
G = 26.85%
B = 71.81%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02286B (or 0x02286B) is known color: Sapphire. HEX triplet: 02, 28 and 6B. RGB value is (2,40,107). Sum of RGB (Red+Green+Blue) = 2+40+107=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 107 (42.19% from 255 or 71.81% from 149); Max value from RGB is 107 - color contains mainly: blue. Hex color #02286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02286B is #FDD794. Grayscale: #232323. Windows color (decimal): -16635797 or 7022594. OLE color: 7022594.

HSL color Cylindrical-coordinate representation of color #02286B: hue angle of 218.29º 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 #02286B is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 40 107 -
CMYK 0.98 0.63 0 0.58
HSL 218.29º 0.96% 0.21% -
HSV(B) 218.29º 0.98% 0.42% -
XYZ 3.44 2.59 14.23 -
YUV 36.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 2 40 107 0.98 0.63 0 0.58 218.29 0.96 0.21
Hex 2 28 6B 62 3F 0 3A DA 60 15
Octal 2 50 153 142 77 0 72 332 140 25
Binary 10 101000 1101011 1100010 111111 0 111010 11011010 1100000 10101

Color Harmonies of #02286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02286B

Black with #02286B

Text Example


Text Example

White with #02286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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