Html Css Color HEX #0F38AD Egyptian Blue

📋 copy color: '#0F38AD'

red 15 ◦ green 56 ◦ blue 173

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

Shades of Egyptian Blue #0F38AD

Tints of Egyptian Blue #0F38AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 173 (67.97% from 255) = 70.9%

R = 6.15%
G = 22.95%
B = 70.9%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F38AD (or 0x0F38AD) is known color: Egyptian Blue. HEX triplet: 0F, 38 and AD. RGB value is (15,56,173). Sum of RGB (Red+Green+Blue) = 15+56+173=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F38AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F38AD is #F0C752. Grayscale: #383838. Windows color (decimal): -15779667 or 11352079. OLE color: 11352079.

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

Color convert

RGB 15 56 173 -
CMYK 0.91 0.68 0 0.32
HSL 224.43º 0.84% 0.37% -
HSV(B) 224.43º 0.91% 0.68% -
XYZ 9.15 5.95 40.2 -
YUV 57.08 193.42 97.99 -
System Red Green Blue C M Y K H S L
Decimal 15 56 173 0.91 0.68 0 0.32 224.43 0.84 0.37
Hex F 38 AD 5B 44 0 20 E0 54 25
Octal 17 70 255 133 104 0 40 340 124 45
Binary 1111 111000 10101101 1011011 1000100 0 100000 11100000 1010100 100101

Color Harmonies of #0F38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F38AD

Black with #0F38AD

Text Example


Text Example

White with #0F38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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