Html Css Color HEX #0F38AC Egyptian Blue

📋 copy color: '#0F38AC'

red 15 ◦ green 56 ◦ blue 172

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

Shades of Egyptian Blue #0F38AC

Tints of Egyptian Blue #0F38AC

RGB

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

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

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

R = 6.17%
G = 23.05%
B = 70.78%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F38AC (or 0x0F38AC) is known color: Egyptian Blue. HEX triplet: 0F, 38 and AC. RGB value is (15,56,172). Sum of RGB (Red+Green+Blue) = 15+56+172=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F38AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F38AC is #F0C753. Grayscale: #383838. Windows color (decimal): -15779668 or 11286543. OLE color: 11286543.

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

Color convert

RGB 15 56 172 -
CMYK 0.91 0.67 0 0.33
HSL 224.33º 0.84% 0.37% -
HSV(B) 224.33º 0.91% 0.67% -
XYZ 9.06 5.91 39.69 -
YUV 56.97 192.92 98.07 -
System Red Green Blue C M Y K H S L
Decimal 15 56 172 0.91 0.67 0 0.33 224.33 0.84 0.37
Hex F 38 AC 5B 43 0 21 E0 54 25
Octal 17 70 254 133 103 0 41 340 124 45
Binary 1111 111000 10101100 1011011 1000011 0 100001 11100000 1010100 100101

Color Harmonies of #0F38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F38AC

Black with #0F38AC

Text Example


Text Example

White with #0F38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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