Html Css Color HEX #02266D Sapphire

📋 copy color: '#02266D'

red 2 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #02266D

Tints of Sapphire #02266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 73.15%

R = 1.34%
G = 25.5%
B = 73.15%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02266D (or 0x02266D) is known color: Sapphire. HEX triplet: 02, 26 and 6D. RGB value is (2,38,109). Sum of RGB (Red+Green+Blue) = 2+38+109=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #02266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02266D is #FDD992. Grayscale: #232323. Windows color (decimal): -16636307 or 7153154. OLE color: 7153154.

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

Color convert

RGB 2 38 109 -
CMYK 0.98 0.65 0 0.57
HSL 219.81º 0.96% 0.22% -
HSV(B) 219.81º 0.98% 0.43% -
XYZ 3.48 2.5 14.77 -
YUV 35.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 2 38 109 0.98 0.65 0 0.57 219.81 0.96 0.22
Hex 2 26 6D 62 41 0 39 DC 60 16
Octal 2 46 155 142 101 0 71 334 140 26
Binary 10 100110 1101101 1100010 1000001 0 111001 11011100 1100000 10110

Color Harmonies of #02266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02266D

Black with #02266D

Text Example


Text Example

White with #02266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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