Html Css Color HEX #0F42AC Egyptian Blue

📋 copy color: '#0F42AC'

red 15 ◦ green 66 ◦ blue 172

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

Shades of Egyptian Blue #0F42AC

Tints of Egyptian Blue #0F42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 5.93%
G = 26.09%
B = 67.98%

CMYK

 C value IS 0.91

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F42AC (or 0x0F42AC) is known color: Egyptian Blue. HEX triplet: 0F, 42 and AC. RGB value is (15,66,172). Sum of RGB (Red+Green+Blue) = 15+66+172=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F42AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F42AC is #F0BD53. Grayscale: #3E3E3E. Windows color (decimal): -15777108 or 11289103. OLE color: 11289103.

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

Color convert

RGB 15 66 172 -
CMYK 0.91 0.62 0 0.33
HSL 220.51º 0.84% 0.37% -
HSV(B) 220.51º 0.91% 0.67% -
XYZ 9.59 6.98 39.87 -
YUV 62.84 189.6 93.88 -
System Red Green Blue C M Y K H S L
Decimal 15 66 172 0.91 0.62 0 0.33 220.51 0.84 0.37
Hex F 42 AC 5B 3E 0 21 DD 54 25
Octal 17 102 254 133 76 0 41 335 124 45
Binary 1111 1000010 10101100 1011011 111110 0 100001 11011101 1010100 100101

Color Harmonies of #0F42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F42AC

Black with #0F42AC

Text Example


Text Example

White with #0F42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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