Html Css Color HEX #026363 Mosque

📋 copy color: '#026363'

red 2 ◦ green 99 ◦ blue 99

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

Shades of Mosque #026363

Tints of Mosque #026363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 49.5%

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 1%
G = 49.5%
B = 49.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#026363 (or 0x026363) is known color: Mosque. HEX triplet: 02, 63 and 63. RGB value is (2,99,99). Sum of RGB (Red+Green+Blue) = 2+99+99=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #026363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026363 is #FD9C9C. Grayscale: #454545. Windows color (decimal): -16620701 or 6513410. OLE color: 6513410.

HSL color Cylindrical-coordinate representation of color #026363: hue angle of 180º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026363 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 99 99 -
CMYK 0.98 0 0 0.61
HSL 180º 0.96% 0.2% -
HSV(B) 180º 0.98% 0.39% -
XYZ 6.74 9.84 13.35 -
YUV 70 144.36 79.5 -
System Red Green Blue C M Y K H S L
Decimal 2 99 99 0.98 0 0 0.61 180 0.96 0.2
Hex 2 63 63 62 0 0 3D B4 60 14
Octal 2 143 143 142 0 0 75 264 140 24
Binary 10 1100011 1100011 1100010 0 0 111101 10110100 1100000 10100

Color Harmonies of #026363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026363

Black with #026363

Text Example


Text Example

White with #026363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026363; }

 p { color: rgb(2,99,99); }

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

background-color css

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

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

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

border-color css

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

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

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