Html Css Color HEX #1041AF Egyptian Blue

📋 copy color: '#1041AF'

red 16 ◦ green 65 ◦ blue 175

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

Shades of Egyptian Blue #1041AF

Tints of Egyptian Blue #1041AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 6.25%
G = 25.39%
B = 68.36%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1041AF (or 0x1041AF) is known color: Egyptian Blue. HEX triplet: 10, 41 and AF. RGB value is (16,65,175). Sum of RGB (Red+Green+Blue) = 16+65+175=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #1041AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1041AF is #EFBE50. Grayscale: #3E3E3E. Windows color (decimal): -15711825 or 11485456. OLE color: 11485456.

HSL color Cylindrical-coordinate representation of color #1041AF: hue angle of 221.51º 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 #1041AF is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 65 175 -
CMYK 0.91 0.63 0 0.31
HSL 221.51º 0.83% 0.37% -
HSV(B) 221.51º 0.91% 0.69% -
XYZ 9.84 6.99 41.39 -
YUV 62.89 191.27 94.56 -
System Red Green Blue C M Y K H S L
Decimal 16 65 175 0.91 0.63 0 0.31 221.51 0.83 0.37
Hex 10 41 AF 5B 3F 0 1F DE 53 25
Octal 20 101 257 133 77 0 37 336 123 45
Binary 10000 1000001 10101111 1011011 111111 0 11111 11011110 1010011 100101

Color Harmonies of #1041AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1041AF

Black with #1041AF

Text Example


Text Example

White with #1041AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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