Html Css Color HEX #0F40AD Egyptian Blue

📋 copy color: '#0F40AD'

red 15 ◦ green 64 ◦ blue 173

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

Shades of Egyptian Blue #0F40AD

Tints of Egyptian Blue #0F40AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 68.65%

R = 5.95%
G = 25.4%
B = 68.65%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F40AD (or 0x0F40AD) is known color: Egyptian Blue. HEX triplet: 0F, 40 and AD. RGB value is (15,64,173). Sum of RGB (Red+Green+Blue) = 15+64+173=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F40AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F40AD is #F0BF52. Grayscale: #3D3D3D. Windows color (decimal): -15777619 or 11354127. OLE color: 11354127.

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

Color convert

RGB 15 64 173 -
CMYK 0.91 0.63 0 0.32
HSL 221.39º 0.84% 0.37% -
HSV(B) 221.39º 0.91% 0.68% -
XYZ 9.57 6.79 40.34 -
YUV 61.78 190.77 94.64 -
System Red Green Blue C M Y K H S L
Decimal 15 64 173 0.91 0.63 0 0.32 221.39 0.84 0.37
Hex F 40 AD 5B 3F 0 20 DD 54 25
Octal 17 100 255 133 77 0 40 335 124 45
Binary 1111 1000000 10101101 1011011 111111 0 100000 11011101 1010100 100101

Color Harmonies of #0F40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F40AD

Black with #0F40AD

Text Example


Text Example

White with #0F40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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