Html Css Color HEX #0833AA Egyptian Blue

📋 copy color: '#0833AA'

red 8 ◦ green 51 ◦ blue 170

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

Shades of Egyptian Blue #0833AA

Tints of Egyptian Blue #0833AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 3.49%
G = 22.27%
B = 74.24%

CMYK

 C value IS 0.95

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0833AA (or 0x0833AA) is known color: Egyptian Blue. HEX triplet: 08, 33 and AA. RGB value is (8,51,170). Sum of RGB (Red+Green+Blue) = 8+51+170=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #0833AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0833AA is #F7CC55. Grayscale: #333333. Windows color (decimal): -16239702 or 11154184. OLE color: 11154184.

HSL color Cylindrical-coordinate representation of color #0833AA: hue angle of 224.07º 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 #0833AA is Cyan = 0.95, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 51 170 -
CMYK 0.95 0.7 0 0.33
HSL 224.07º 0.91% 0.35% -
HSV(B) 224.07º 0.95% 0.67% -
XYZ 8.54 5.32 38.61 -
YUV 51.71 194.75 96.82 -
System Red Green Blue C M Y K H S L
Decimal 8 51 170 0.95 0.7 0 0.33 224.07 0.91 0.35
Hex 8 33 AA 5F 46 0 21 E0 5B 23
Octal 10 63 252 137 106 0 41 340 133 43
Binary 1000 110011 10101010 1011111 1000110 0 100001 11100000 1011011 100011

Color Harmonies of #0833AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0833AA

Black with #0833AA

Text Example


Text Example

White with #0833AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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