Html Css Color HEX #083BB8 Egyptian Blue

📋 copy color: '#083BB8'

red 8 ◦ green 59 ◦ blue 184

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

Shades of Egyptian Blue #083BB8

Tints of Egyptian Blue #083BB8

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

 BLUE value IS 184 (72.27% from 255) = 73.31%

R = 3.19%
G = 23.51%
B = 73.31%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#083BB8 (or 0x083BB8) is known color: Egyptian Blue. HEX triplet: 08, 3B and B8. RGB value is (8,59,184). Sum of RGB (Red+Green+Blue) = 8+59+184=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 184 (72.27% from 255 or 73.31% from 251); Max value from RGB is 184 - color contains mainly: blue. Hex color #083BB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BB8 is #F7C447. Grayscale: #393939. Windows color (decimal): -16237640 or 12073736. OLE color: 12073736.

HSL color Cylindrical-coordinate representation of color #083BB8: hue angle of 222.61º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083BB8 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 8 59 184 -
CMYK 0.96 0.68 0 0.28
HSL 222.61º 0.92% 0.38% -
HSV(B) 222.61º 0.96% 0.72% -
XYZ 10.32 6.64 46.09 -
YUV 58 199.1 92.34 -
System Red Green Blue C M Y K H S L
Decimal 8 59 184 0.96 0.68 0 0.28 222.61 0.92 0.38
Hex 8 3B B8 60 44 0 1C DF 5C 26
Octal 10 73 270 140 104 0 34 337 134 46
Binary 1000 111011 10111000 1100000 1000100 0 11100 11011111 1011100 100110

Color Harmonies of #083BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083BB8

Black with #083BB8

Text Example


Text Example

White with #083BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,59,184); }

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

background-color css

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

 a { background-color: rgb(8,59,184); }

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

border-color css

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

 span { border-color: rgb(8,59,184); }

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