Html Css Color HEX #02266C Sapphire

📋 copy color: '#02266C'

red 2 ◦ green 38 ◦ blue 108

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

Shades of Sapphire #02266C

Tints of Sapphire #02266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 72.97%

R = 1.35%
G = 25.68%
B = 72.97%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02266C (or 0x02266C) is known color: Sapphire. HEX triplet: 02, 26 and 6C. RGB value is (2,38,108). Sum of RGB (Red+Green+Blue) = 2+38+108=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #02266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02266C is #FDD993. Grayscale: #222222. Windows color (decimal): -16636308 or 7087618. OLE color: 7087618.

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

Color convert

RGB 2 38 108 -
CMYK 0.98 0.65 0 0.58
HSL 219.62º 0.96% 0.22% -
HSV(B) 219.62º 0.98% 0.42% -
XYZ 3.42 2.48 14.49 -
YUV 35.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 2 38 108 0.98 0.65 0 0.58 219.62 0.96 0.22
Hex 2 26 6C 62 41 0 3A DC 60 16
Octal 2 46 154 142 101 0 72 334 140 26
Binary 10 100110 1101100 1100010 1000001 0 111010 11011100 1100000 10110

Color Harmonies of #02266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02266C

Black with #02266C

Text Example


Text Example

White with #02266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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