Html Css Color HEX #0F3FAC Egyptian Blue

📋 copy color: '#0F3FAC'

red 15 ◦ green 63 ◦ blue 172

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

Shades of Egyptian Blue #0F3FAC

Tints of Egyptian Blue #0F3FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

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

R = 6%
G = 25.2%
B = 68.8%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F3FAC (or 0x0F3FAC) is known color: Egyptian Blue. HEX triplet: 0F, 3F and AC. RGB value is (15,63,172). Sum of RGB (Red+Green+Blue) = 15+63+172=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F3FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3FAC is #F0C053. Grayscale: #3C3C3C. Windows color (decimal): -15777876 or 11288335. OLE color: 11288335.

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

Color convert

RGB 15 63 172 -
CMYK 0.91 0.63 0 0.33
HSL 221.66º 0.84% 0.37% -
HSV(B) 221.66º 0.91% 0.67% -
XYZ 9.42 6.64 39.81 -
YUV 61.07 190.6 95.14 -
System Red Green Blue C M Y K H S L
Decimal 15 63 172 0.91 0.63 0 0.33 221.66 0.84 0.37
Hex F 3F AC 5B 3F 0 21 DE 54 25
Octal 17 77 254 133 77 0 41 336 124 45
Binary 1111 111111 10101100 1011011 111111 0 100001 11011110 1010100 100101

Color Harmonies of #0F3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3FAC

Black with #0F3FAC

Text Example


Text Example

White with #0F3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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