Html Css Color HEX #1034AF Egyptian Blue

📋 copy color: '#1034AF'

red 16 ◦ green 52 ◦ blue 175

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

Shades of Egyptian Blue #1034AF

Tints of Egyptian Blue #1034AF

RGB

 RED value IS 16 (6.64% from 255) = 6.58%

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 175 (68.75% from 255) = 72.02%

R = 6.58%
G = 21.4%
B = 72.02%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1034AF (or 0x1034AF) is known color: Egyptian Blue. HEX triplet: 10, 34 and AF. RGB value is (16,52,175). Sum of RGB (Red+Green+Blue) = 16+52+175=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #1034AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1034AF is #EFCB50. Grayscale: #363636. Windows color (decimal): -15715153 or 11482128. OLE color: 11482128.

HSL color Cylindrical-coordinate representation of color #1034AF: hue angle of 226.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1034AF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 52 175 -
CMYK 0.91 0.70 0 0.31
HSL 226.42º 0.83% 0.37% -
HSV(B) 226.42º 0.91% 0.69% -
XYZ 9.18 5.66 41.17 -
YUV 55.26 195.57 100 -
System Red Green Blue C M Y K H S L
Decimal 16 52 175 0.91 0.70 0 0.31 226.42 0.83 0.37
Hex 10 34 AF 5B 46 0 1F E2 53 25
Octal 20 64 257 133 106 0 37 342 123 45
Binary 10000 110100 10101111 1011011 1000110 0 11111 11100010 1010011 100101

Color Harmonies of #1034AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1034AF

Black with #1034AF

Text Example


Text Example

White with #1034AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1034AF; }

 p { color: rgb(16,52,175); }

 H1.HeaderClassName
 {
   color: #1034AF;
 }
 .AnyTagClassName
 {
   color: #1034AF;
 }
</style>

background-color css

<style>
 a { background-color: #1034AF; }

 a { background-color: rgb(16,52,175); }

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

border-color css

<style>
 span { border-color: #1034AF; }

 span { border-color: rgb(16,52,175); }

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