Html Css Color HEX #0F40AC Egyptian Blue

📋 copy color: '#0F40AC'

red 15 ◦ green 64 ◦ blue 172

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

Shades of Egyptian Blue #0F40AC

Tints of Egyptian Blue #0F40AC

RGB

 RED value IS 15 (6.25% from 255) = 5.98%

 GREEN value IS 64 (25.39% from 255) = 25.5%

 BLUE value IS 172 (67.58% from 255) = 68.53%

R = 5.98%
G = 25.5%
B = 68.53%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F40AC (or 0x0F40AC) is known color: Egyptian Blue. HEX triplet: 0F, 40 and AC. RGB value is (15,64,172). Sum of RGB (Red+Green+Blue) = 15+64+172=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F40AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F40AC is #F0BF53. Grayscale: #3D3D3D. Windows color (decimal): -15777620 or 11288591. OLE color: 11288591.

HSL color Cylindrical-coordinate representation of color #0F40AC: hue angle of 221.27º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F40AC is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 64 172 -
CMYK 0.91 0.63 0 0.33
HSL 221.27º 0.84% 0.37% -
HSV(B) 221.27º 0.91% 0.67% -
XYZ 9.48 6.75 39.83 -
YUV 61.66 190.27 94.72 -
System Red Green Blue C M Y K H S L
Decimal 15 64 172 0.91 0.63 0 0.33 221.27 0.84 0.37
Hex F 40 AC 5B 3F 0 21 DD 54 25
Octal 17 100 254 133 77 0 41 335 124 45
Binary 1111 1000000 10101100 1011011 111111 0 100001 11011101 1010100 100101

Color Harmonies of #0F40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F40AC

Black with #0F40AC

Text Example


Text Example

White with #0F40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F40AC; }

 p { color: rgb(15,64,172); }

 H1.HeaderClassName
 {
   color: #0F40AC;
 }
 .AnyTagClassName
 {
   color: #0F40AC;
 }
</style>

background-color css

<style>
 a { background-color: #0F40AC; }

 a { background-color: rgb(15,64,172); }

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

border-color css

<style>
 span { border-color: #0F40AC; }

 span { border-color: rgb(15,64,172); }

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