Html Css Color HEX #0F3AAC Egyptian Blue

📋 copy color: '#0F3AAC'

red 15 ◦ green 58 ◦ blue 172

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

Shades of Egyptian Blue #0F3AAC

Tints of Egyptian Blue #0F3AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 6.12%
G = 23.67%
B = 70.2%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F3AAC (or 0x0F3AAC) is known color: Egyptian Blue. HEX triplet: 0F, 3A and AC. RGB value is (15,58,172). Sum of RGB (Red+Green+Blue) = 15+58+172=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F3AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3AAC is #F0C553. Grayscale: #393939. Windows color (decimal): -15779156 or 11287055. OLE color: 11287055.

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

Color convert

RGB 15 58 172 -
CMYK 0.91 0.66 0 0.33
HSL 223.57º 0.84% 0.37% -
HSV(B) 223.57º 0.91% 0.67% -
XYZ 9.16 6.11 39.73 -
YUV 58.14 192.25 97.23 -
System Red Green Blue C M Y K H S L
Decimal 15 58 172 0.91 0.66 0 0.33 223.57 0.84 0.37
Hex F 3A AC 5B 42 0 21 E0 54 25
Octal 17 72 254 133 102 0 41 340 124 45
Binary 1111 111010 10101100 1011011 1000010 0 100001 11100000 1010100 100101

Color Harmonies of #0F3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3AAC

Black with #0F3AAC

Text Example


Text Example

White with #0F3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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