Html Css Color HEX #0F34AC Egyptian Blue

📋 copy color: '#0F34AC'

red 15 ◦ green 52 ◦ blue 172

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

Shades of Egyptian Blue #0F34AC

Tints of Egyptian Blue #0F34AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 6.28%
G = 21.76%
B = 71.97%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F34AC (or 0x0F34AC) is known color: Egyptian Blue. HEX triplet: 0F, 34 and AC. RGB value is (15,52,172). Sum of RGB (Red+Green+Blue) = 15+52+172=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F34AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F34AC is #F0CB53. Grayscale: #363636. Windows color (decimal): -15780692 or 11285519. OLE color: 11285519.

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

Color convert

RGB 15 52 172 -
CMYK 0.91 0.70 0 0.33
HSL 225.86º 0.84% 0.37% -
HSV(B) 225.86º 0.91% 0.67% -
XYZ 8.87 5.54 39.63 -
YUV 54.62 194.24 99.74 -
System Red Green Blue C M Y K H S L
Decimal 15 52 172 0.91 0.70 0 0.33 225.86 0.84 0.37
Hex F 34 AC 5B 46 0 21 E2 54 25
Octal 17 64 254 133 106 0 41 342 124 45
Binary 1111 110100 10101100 1011011 1000110 0 100001 11100010 1010100 100101

Color Harmonies of #0F34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F34AC

Black with #0F34AC

Text Example


Text Example

White with #0F34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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