Html Css Color HEX #02266B Sapphire

📋 copy color: '#02266B'

red 2 ◦ green 38 ◦ blue 107

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

Shades of Sapphire #02266B

Tints of Sapphire #02266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

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

R = 1.36%
G = 25.85%
B = 72.79%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02266B (or 0x02266B) is known color: Sapphire. HEX triplet: 02, 26 and 6B. RGB value is (2,38,107). Sum of RGB (Red+Green+Blue) = 2+38+107=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #02266B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02266B is #FDD994. Grayscale: #222222. Windows color (decimal): -16636309 or 7022082. OLE color: 7022082.

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

Color convert

RGB 2 38 107 -
CMYK 0.98 0.64 0 0.58
HSL 219.43º 0.96% 0.21% -
HSV(B) 219.43º 0.98% 0.42% -
XYZ 3.37 2.46 14.21 -
YUV 35.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 2 38 107 0.98 0.64 0 0.58 219.43 0.96 0.21
Hex 2 26 6B 62 40 0 3A DB 60 15
Octal 2 46 153 142 100 0 72 333 140 25
Binary 10 100110 1101011 1100010 1000000 0 111010 11011011 1100000 10101

Color Harmonies of #02266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02266B

Black with #02266B

Text Example


Text Example

White with #02266B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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