Html Css Color HEX #0F41AD Egyptian Blue

📋 copy color: '#0F41AD'

red 15 ◦ green 65 ◦ blue 173

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

Shades of Egyptian Blue #0F41AD

Tints of Egyptian Blue #0F41AD

RGB

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

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

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

R = 5.93%
G = 25.69%
B = 68.38%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F41AD (or 0x0F41AD) is known color: Egyptian Blue. HEX triplet: 0F, 41 and AD. RGB value is (15,65,173). Sum of RGB (Red+Green+Blue) = 15+65+173=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F41AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F41AD is #F0BE52. Grayscale: #3D3D3D. Windows color (decimal): -15777363 or 11354383. OLE color: 11354383.

HSL color Cylindrical-coordinate representation of color #0F41AD: hue angle of 221.01º 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 #0F41AD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 65 173 -
CMYK 0.91 0.62 0 0.32
HSL 221.01º 0.84% 0.37% -
HSV(B) 221.01º 0.91% 0.68% -
XYZ 9.63 6.9 40.36 -
YUV 62.36 190.44 94.22 -
System Red Green Blue C M Y K H S L
Decimal 15 65 173 0.91 0.62 0 0.32 221.01 0.84 0.37
Hex F 41 AD 5B 3E 0 20 DD 54 25
Octal 17 101 255 133 76 0 40 335 124 45
Binary 1111 1000001 10101101 1011011 111110 0 100000 11011101 1010100 100101

Color Harmonies of #0F41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F41AD

Black with #0F41AD

Text Example


Text Example

White with #0F41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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