#0F38AE

Color #0F38AE Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0F38AE

Tints of Egyptian Blue #0F38AE

Color information

#0F38AE (or 0x0F38AE) is unknown color: approx Egyptian Blue. HEX triplet: 0F, 38 and AE. RGB value is (15,56,174). Sum of RGB (Red+Green+Blue) = 15+56+174=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F38AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F38AE is #F0C751. Grayscale: #383838. Windows color (decimal): -15779666 or 11417615. OLE color: 11417615.

HSL color Cylindrical-coordinate representation of color #0F38AE: hue angle of 224.53º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F38AE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1556174-
CMYK0.910.6800.32
HSL224.53º84.13%37.06%-
HSV(B)224.53º91.38%68.24%-
XYZ9.255.9940.71-
YUV57.19193.9297.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.12%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 174 (68.36% from 255) = 71.02%
R=6.12%
G=22.86%
B=71.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal15561740.910.6800.32224.5384.1337.06
HexF38AE5B44020e15425
Octal177025613310404034112445
Binary111111100010101110101101110001000100000111000011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,56,174); }

 H1.HeaderClassName
 {
   color: #0F38AE;
 }
 .AnyTagClassName
 {
   color: #0F38AE;
 }
</style>
background-color css

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

 a { background-color: rgb(15,56,174); }

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

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

 span { border-color: rgb(15,56,174); }

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