Html Css Color HEX #0F329B Egyptian Blue

📋 copy color: '#0F329B'

red 15 ◦ green 50 ◦ blue 155

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

Shades of Egyptian Blue #0F329B

Tints of Egyptian Blue #0F329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.45%

R = 6.82%
G = 22.73%
B = 70.45%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F329B (or 0x0F329B) is known color: Egyptian Blue. HEX triplet: 0F, 32 and 9B. RGB value is (15,50,155). Sum of RGB (Red+Green+Blue) = 15+50+155=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F329B is #F0CD64. Grayscale: #333333. Windows color (decimal): -15781221 or 10170895. OLE color: 10170895.

HSL color Cylindrical-coordinate representation of color #0F329B: hue angle of 225º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F329B is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 50 155 -
CMYK 0.90 0.68 0 0.39
HSL 225º 0.82% 0.33% -
HSV(B) 225º 0.9% 0.61% -
XYZ 7.25 4.75 31.54 -
YUV 51.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 15 50 155 0.90 0.68 0 0.39 225 0.82 0.33
Hex F 32 9B 5A 44 0 27 E1 52 21
Octal 17 62 233 132 104 0 47 341 122 41
Binary 1111 110010 10011011 1011010 1000100 0 100111 11100001 1010010 100001

Color Harmonies of #0F329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F329B

Black with #0F329B

Text Example


Text Example

White with #0F329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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