Html Css Color HEX #1024AF Egyptian Blue

📋 copy color: '#1024AF'

red 16 ◦ green 36 ◦ blue 175

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

Shades of Egyptian Blue #1024AF

Tints of Egyptian Blue #1024AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 7.05%
G = 15.86%
B = 77.09%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1024AF (or 0x1024AF) is known color: Egyptian Blue. HEX triplet: 10, 24 and AF. RGB value is (16,36,175). Sum of RGB (Red+Green+Blue) = 16+36+175=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 175 (68.75% from 255 or 77.09% from 227); Max value from RGB is 175 - color contains mainly: blue. Hex color #1024AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1024AF is #EFDB50. Grayscale: #2D2D2D. Windows color (decimal): -15719249 or 11478032. OLE color: 11478032.

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

Color convert

RGB 16 36 175 -
CMYK 0.91 0.79 0 0.31
HSL 232.45º 0.83% 0.37% -
HSV(B) 232.45º 0.91% 0.69% -
XYZ 8.58 4.47 40.97 -
YUV 45.87 200.87 106.7 -
System Red Green Blue C M Y K H S L
Decimal 16 36 175 0.91 0.79 0 0.31 232.45 0.83 0.37
Hex 10 24 AF 5B 4F 0 1F E8 53 25
Octal 20 44 257 133 117 0 37 350 123 45
Binary 10000 100100 10101111 1011011 1001111 0 11111 11101000 1010011 100101

Color Harmonies of #1024AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1024AF

Black with #1024AF

Text Example


Text Example

White with #1024AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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