Html Css Color HEX #0833AE Egyptian Blue

📋 copy color: '#0833AE'

red 8 ◦ green 51 ◦ blue 174

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

Shades of Egyptian Blue #0833AE

Tints of Egyptian Blue #0833AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 74.68%

R = 3.43%
G = 21.89%
B = 74.68%

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

#0833AE (or 0x0833AE) is known color: Egyptian Blue. HEX triplet: 08, 33 and AE. RGB value is (8,51,174). Sum of RGB (Red+Green+Blue) = 8+51+174=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #0833AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0833AE is #F7CC51. Grayscale: #333333. Windows color (decimal): -16239698 or 11416328. OLE color: 11416328.

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

Color convert

RGB 8 51 174 -
CMYK 0.95 0.71 0 0.32
HSL 224.46º 0.91% 0.36% -
HSV(B) 224.46º 0.95% 0.68% -
XYZ 8.92 5.48 40.63 -
YUV 52.17 196.75 96.5 -
System Red Green Blue C M Y K H S L
Decimal 8 51 174 0.95 0.71 0 0.32 224.46 0.91 0.36
Hex 8 33 AE 5F 47 0 20 E0 5B 24
Octal 10 63 256 137 107 0 40 340 133 44
Binary 1000 110011 10101110 1011111 1000111 0 100000 11100000 1011011 100100

Color Harmonies of #0833AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0833AE

Black with #0833AE

Text Example


Text Example

White with #0833AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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