Html Css Color HEX #0836A2 Egyptian Blue

📋 copy color: '#0836A2'

red 8 ◦ green 54 ◦ blue 162

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

Shades of Egyptian Blue #0836A2

Tints of Egyptian Blue #0836A2

RGB

 RED value IS 8 (3.52% from 255) = 3.57%

 GREEN value IS 54 (21.48% from 255) = 24.11%

 BLUE value IS 162 (63.67% from 255) = 72.32%

R = 3.57%
G = 24.11%
B = 72.32%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0836A2 (or 0x0836A2) is known color: Egyptian Blue. HEX triplet: 08, 36 and A2. RGB value is (8,54,162). Sum of RGB (Red+Green+Blue) = 8+54+162=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 162 (63.67% from 255 or 72.32% from 224); Max value from RGB is 162 - color contains mainly: blue. Hex color #0836A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0836A2 is #F7C95D. Grayscale: #343434. Windows color (decimal): -16238942 or 10630664. OLE color: 10630664.

HSL color Cylindrical-coordinate representation of color #0836A2: hue angle of 222.08º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0836A2 is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 54 162 -
CMYK 0.95 0.67 0 0.36
HSL 222.08º 0.91% 0.33% -
HSV(B) 222.08º 0.95% 0.64% -
XYZ 7.94 5.3 34.79 -
YUV 52.56 189.76 96.22 -
System Red Green Blue C M Y K H S L
Decimal 8 54 162 0.95 0.67 0 0.36 222.08 0.91 0.33
Hex 8 36 A2 5F 43 0 24 DE 5B 21
Octal 10 66 242 137 103 0 44 336 133 41
Binary 1000 110110 10100010 1011111 1000011 0 100100 11011110 1011011 100001

Color Harmonies of #0836A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0836A2

Black with #0836A2

Text Example


Text Example

White with #0836A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0836A2; }

 p { color: rgb(8,54,162); }

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

background-color css

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

 a { background-color: rgb(8,54,162); }

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

border-color css

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

 span { border-color: rgb(8,54,162); }

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