Html Css Color HEX #0F41AC Egyptian Blue

📋 copy color: '#0F41AC'

red 15 ◦ green 65 ◦ blue 172

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

Shades of Egyptian Blue #0F41AC

Tints of Egyptian Blue #0F41AC

RGB

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

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

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

R = 5.95%
G = 25.79%
B = 68.25%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F41AC (or 0x0F41AC) is known color: Egyptian Blue. HEX triplet: 0F, 41 and AC. RGB value is (15,65,172). Sum of RGB (Red+Green+Blue) = 15+65+172=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F41AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F41AC is #F0BE53. Grayscale: #3D3D3D. Windows color (decimal): -15777364 or 11288847. OLE color: 11288847.

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

Color convert

RGB 15 65 172 -
CMYK 0.91 0.62 0 0.33
HSL 220.89º 0.84% 0.37% -
HSV(B) 220.89º 0.91% 0.67% -
XYZ 9.53 6.86 39.85 -
YUV 62.25 189.94 94.3 -
System Red Green Blue C M Y K H S L
Decimal 15 65 172 0.91 0.62 0 0.33 220.89 0.84 0.37
Hex F 41 AC 5B 3E 0 21 DD 54 25
Octal 17 101 254 133 76 0 41 335 124 45
Binary 1111 1000001 10101100 1011011 111110 0 100001 11011101 1010100 100101

Color Harmonies of #0F41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F41AC

Black with #0F41AC

Text Example


Text Example

White with #0F41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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