Html Css Color HEX #0F2EAC Egyptian Blue

📋 copy color: '#0F2EAC'

red 15 ◦ green 46 ◦ blue 172

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

Shades of Egyptian Blue #0F2EAC

Tints of Egyptian Blue #0F2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.74%

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

R = 6.44%
G = 19.74%
B = 73.82%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F2EAC (or 0x0F2EAC) is known color: Egyptian Blue. HEX triplet: 0F, 2E and AC. RGB value is (15,46,172). Sum of RGB (Red+Green+Blue) = 15+46+172=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F2EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2EAC is #F0D153. Grayscale: #323232. Windows color (decimal): -15782228 or 11283983. OLE color: 11283983.

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

Color convert

RGB 15 46 172 -
CMYK 0.91 0.73 0 0.33
HSL 228.15º 0.84% 0.37% -
HSV(B) 228.15º 0.91% 0.67% -
XYZ 8.62 5.03 39.55 -
YUV 51.1 196.23 102.25 -
System Red Green Blue C M Y K H S L
Decimal 15 46 172 0.91 0.73 0 0.33 228.15 0.84 0.37
Hex F 2E AC 5B 49 0 21 E4 54 25
Octal 17 56 254 133 111 0 41 344 124 45
Binary 1111 101110 10101100 1011011 1001001 0 100001 11100100 1010100 100101

Color Harmonies of #0F2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2EAC

Black with #0F2EAC

Text Example


Text Example

White with #0F2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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