Html Css Color HEX #02296B Sapphire

📋 copy color: '#02296B'

red 2 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #02296B

Tints of Sapphire #02296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.33%

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

R = 1.33%
G = 27.33%
B = 71.33%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02296B (or 0x02296B) is known color: Sapphire. HEX triplet: 02, 29 and 6B. RGB value is (2,41,107). Sum of RGB (Red+Green+Blue) = 2+41+107=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #02296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02296B is #FDD694. Grayscale: #242424. Windows color (decimal): -16635541 or 7022850. OLE color: 7022850.

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

Color convert

RGB 2 41 107 -
CMYK 0.98 0.62 0 0.58
HSL 217.71º 0.96% 0.21% -
HSV(B) 217.71º 0.98% 0.42% -
XYZ 3.47 2.66 14.24 -
YUV 36.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 2 41 107 0.98 0.62 0 0.58 217.71 0.96 0.21
Hex 2 29 6B 62 3E 0 3A DA 60 15
Octal 2 51 153 142 76 0 72 332 140 25
Binary 10 101001 1101011 1100010 111110 0 111010 11011010 1100000 10101

Color Harmonies of #02296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02296B

Black with #02296B

Text Example


Text Example

White with #02296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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