Html Css Color HEX #0F32AC Egyptian Blue

📋 copy color: '#0F32AC'

red 15 ◦ green 50 ◦ blue 172

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

Shades of Egyptian Blue #0F32AC

Tints of Egyptian Blue #0F32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

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

R = 6.33%
G = 21.1%
B = 72.57%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F32AC (or 0x0F32AC) is known color: Egyptian Blue. HEX triplet: 0F, 32 and AC. RGB value is (15,50,172). Sum of RGB (Red+Green+Blue) = 15+50+172=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F32AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F32AC is #F0CD53. Grayscale: #343434. Windows color (decimal): -15781204 or 11285007. OLE color: 11285007.

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

Color convert

RGB 15 50 172 -
CMYK 0.91 0.71 0 0.33
HSL 226.62º 0.84% 0.37% -
HSV(B) 226.62º 0.91% 0.67% -
XYZ 8.78 5.36 39.6 -
YUV 53.44 194.9 100.58 -
System Red Green Blue C M Y K H S L
Decimal 15 50 172 0.91 0.71 0 0.33 226.62 0.84 0.37
Hex F 32 AC 5B 47 0 21 E3 54 25
Octal 17 62 254 133 107 0 41 343 124 45
Binary 1111 110010 10101100 1011011 1000111 0 100001 11100011 1010100 100101

Color Harmonies of #0F32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F32AC

Black with #0F32AC

Text Example


Text Example

White with #0F32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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