Html Css Color HEX #0833AD Egyptian Blue

📋 copy color: '#0833AD'

red 8 ◦ green 51 ◦ blue 173

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

Shades of Egyptian Blue #0833AD

Tints of Egyptian Blue #0833AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

 BLUE value IS 173 (67.97% from 255) = 74.57%

R = 3.45%
G = 21.98%
B = 74.57%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0833AD (or 0x0833AD) is known color: Egyptian Blue. HEX triplet: 08, 33 and AD. RGB value is (8,51,173). Sum of RGB (Red+Green+Blue) = 8+51+173=232 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.45% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0833AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0833AD is #F7CC52. Grayscale: #333333. Windows color (decimal): -16239699 or 11350792. OLE color: 11350792.

HSL color Cylindrical-coordinate representation of color #0833AD: hue angle of 224.36º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0833AD is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 51 173 -
CMYK 0.95 0.71 0 0.32
HSL 224.36º 0.91% 0.35% -
HSV(B) 224.36º 0.95% 0.68% -
XYZ 8.83 5.44 40.12 -
YUV 52.05 196.25 96.58 -
System Red Green Blue C M Y K H S L
Decimal 8 51 173 0.95 0.71 0 0.32 224.36 0.91 0.35
Hex 8 33 AD 5F 47 0 20 E0 5B 23
Octal 10 63 255 137 107 0 40 340 133 43
Binary 1000 110011 10101101 1011111 1000111 0 100000 11100000 1011011 100011

Color Harmonies of #0833AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0833AD

Black with #0833AD

Text Example


Text Example

White with #0833AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0833AD; }

 p { color: rgb(8,51,173); }

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

background-color css

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

 a { background-color: rgb(8,51,173); }

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

border-color css

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

 span { border-color: rgb(8,51,173); }

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