Html Css Color HEX #0835AC Egyptian Blue

📋 copy color: '#0835AC'

red 8 ◦ green 53 ◦ blue 172

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

Shades of Egyptian Blue #0835AC

Tints of Egyptian Blue #0835AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.75%

 BLUE value IS 172 (67.58% from 255) = 73.82%

R = 3.43%
G = 22.75%
B = 73.82%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0835AC (or 0x0835AC) is known color: Egyptian Blue. HEX triplet: 08, 35 and AC. RGB value is (8,53,172). Sum of RGB (Red+Green+Blue) = 8+53+172=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #0835AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0835AC is #F7CA53. Grayscale: #343434. Windows color (decimal): -16239188 or 11285768. OLE color: 11285768.

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

Color convert

RGB 8 53 172 -
CMYK 0.95 0.69 0 0.33
HSL 223.54º 0.91% 0.35% -
HSV(B) 223.54º 0.95% 0.67% -
XYZ 8.82 5.58 39.64 -
YUV 53.11 195.09 95.82 -
System Red Green Blue C M Y K H S L
Decimal 8 53 172 0.95 0.69 0 0.33 223.54 0.91 0.35
Hex 8 35 AC 5F 45 0 21 E0 5B 23
Octal 10 65 254 137 105 0 41 340 133 43
Binary 1000 110101 10101100 1011111 1000101 0 100001 11100000 1011011 100011

Color Harmonies of #0835AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0835AC

Black with #0835AC

Text Example


Text Example

White with #0835AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0835AC; }

 p { color: rgb(8,53,172); }

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

background-color css

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

 a { background-color: rgb(8,53,172); }

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

border-color css

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

 span { border-color: rgb(8,53,172); }

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