Html Css Color HEX #083CAA Egyptian Blue

📋 copy color: '#083CAA'

red 8 ◦ green 60 ◦ blue 170

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

Shades of Egyptian Blue #083CAA

Tints of Egyptian Blue #083CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 3.36%
G = 25.21%
B = 71.43%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#083CAA (or 0x083CAA) is known color: Egyptian Blue. HEX triplet: 08, 3C and AA. RGB value is (8,60,170). Sum of RGB (Red+Green+Blue) = 8+60+170=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 170 (66.80% from 255 or 71.43% from 238); Max value from RGB is 170 - color contains mainly: blue. Hex color #083CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083CAA is #F7C355. Grayscale: #383838. Windows color (decimal): -16237398 or 11156488. OLE color: 11156488.

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

Color convert

RGB 8 60 170 -
CMYK 0.95 0.65 0 0.33
HSL 220.74º 0.91% 0.35% -
HSV(B) 220.74º 0.95% 0.67% -
XYZ 8.97 6.19 38.75 -
YUV 56.99 191.77 93.06 -
System Red Green Blue C M Y K H S L
Decimal 8 60 170 0.95 0.65 0 0.33 220.74 0.91 0.35
Hex 8 3C AA 5F 41 0 21 DD 5B 23
Octal 10 74 252 137 101 0 41 335 133 43
Binary 1000 111100 10101010 1011111 1000001 0 100001 11011101 1011011 100011

Color Harmonies of #083CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083CAA

Black with #083CAA

Text Example


Text Example

White with #083CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083CAA; }

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

 H1.HeaderClassName
 {
   color: #083CAA;
 }
 .AnyTagClassName
 {
   color: #083CAA;
 }
</style>

background-color css

<style>
 a { background-color: #083CAA; }

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

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

border-color css

<style>
 span { border-color: #083CAA; }

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

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