Html Css Color HEX #1230AF Egyptian Blue

📋 copy color: '#1230AF'

red 18 ◦ green 48 ◦ blue 175

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

Shades of Egyptian Blue #1230AF

Tints of Egyptian Blue #1230AF

RGB

 RED value IS 18 (7.42% from 255) = 7.47%

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 7.47%
G = 19.92%
B = 72.61%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1230AF (or 0x1230AF) is known color: Egyptian Blue. HEX triplet: 12, 30 and AF. RGB value is (18,48,175). Sum of RGB (Red+Green+Blue) = 18+48+175=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #1230AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1230AF is #EDCF50. Grayscale: #343434. Windows color (decimal): -15585105 or 11481106. OLE color: 11481106.

HSL color Cylindrical-coordinate representation of color #1230AF: hue angle of 228.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1230AF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 48 175 -
CMYK 0.90 0.73 0 0.31
HSL 228.54º 0.81% 0.38% -
HSV(B) 228.54º 0.9% 0.69% -
XYZ 9.04 5.34 41.11 -
YUV 53.51 196.56 102.67 -
System Red Green Blue C M Y K H S L
Decimal 18 48 175 0.90 0.73 0 0.31 228.54 0.81 0.38
Hex 12 30 AF 5A 49 0 1F E5 51 26
Octal 22 60 257 132 111 0 37 345 121 46
Binary 10010 110000 10101111 1011010 1001001 0 11111 11100101 1010001 100110

Color Harmonies of #1230AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1230AF

Black with #1230AF

Text Example


Text Example

White with #1230AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,48,175); }

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

background-color css

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

 a { background-color: rgb(18,48,175); }

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

border-color css

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

 span { border-color: rgb(18,48,175); }

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