Html Css Color HEX #026462 Mosque

📋 copy color: '#026462'

red 2 ◦ green 100 ◦ blue 98

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

Shades of Mosque #026462

Tints of Mosque #026462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50%

 BLUE value IS 98 (38.67% from 255) = 49%

R = 1%
G = 50%
B = 49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#026462 (or 0x026462) is known color: Mosque. HEX triplet: 02, 64 and 62. RGB value is (2,100,98). Sum of RGB (Red+Green+Blue) = 2+100+98=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #026462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026462 is #FD9B9D. Grayscale: #464646. Windows color (decimal): -16620446 or 6448130. OLE color: 6448130.

HSL color Cylindrical-coordinate representation of color #026462: hue angle of 178.78º 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 #026462 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 2 100 98 -
CMYK 0.98 0 0.02 0.61
HSL 178.78º 0.96% 0.2% -
HSV(B) 178.78º 0.98% 0.39% -
XYZ 6.79 10.01 13.13 -
YUV 70.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 2 100 98 0.98 0 0.02 0.61 178.78 0.96 0.2
Hex 2 64 62 62 0 2 3D B3 60 14
Octal 2 144 142 142 0 2 75 263 140 24
Binary 10 1100100 1100010 1100010 0 10 111101 10110011 1100000 10100

Color Harmonies of #026462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026462

Black with #026462

Text Example


Text Example

White with #026462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026462; }

 p { color: rgb(2,100,98); }

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

background-color css

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

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

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

border-color css

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

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

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