Html Css Color HEX #0F2CB4 Egyptian Blue

📋 copy color: '#0F2CB4'

red 15 ◦ green 44 ◦ blue 180

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

Shades of Egyptian Blue #0F2CB4

Tints of Egyptian Blue #0F2CB4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.41%

 BLUE value IS 180 (70.7% from 255) = 75.31%

R = 6.28%
G = 18.41%
B = 75.31%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0F2CB4 (or 0x0F2CB4) is known color: Egyptian Blue. HEX triplet: 0F, 2C and B4. RGB value is (15,44,180). Sum of RGB (Red+Green+Blue) = 15+44+180=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 180 (70.70% from 255 or 75.31% from 239); Max value from RGB is 180 - color contains mainly: blue. Hex color #0F2CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2CB4 is #F0D34B. Grayscale: #323232. Windows color (decimal): -15782732 or 11807759. OLE color: 11807759.

HSL color Cylindrical-coordinate representation of color #0F2CB4: hue angle of 229.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F2CB4 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 44 180 -
CMYK 0.92 0.76 0 0.29
HSL 229.45º 0.85% 0.38% -
HSV(B) 229.45º 0.92% 0.71% -
XYZ 9.34 5.2 43.69 -
YUV 50.83 200.89 102.44 -
System Red Green Blue C M Y K H S L
Decimal 15 44 180 0.92 0.76 0 0.29 229.45 0.85 0.38
Hex F 2C B4 5C 4C 0 1D E5 55 26
Octal 17 54 264 134 114 0 35 345 125 46
Binary 1111 101100 10110100 1011100 1001100 0 11101 11100101 1010101 100110

Color Harmonies of #0F2CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2CB4

Black with #0F2CB4

Text Example


Text Example

White with #0F2CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,44,180); }

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

background-color css

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

 a { background-color: rgb(15,44,180); }

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

border-color css

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

 span { border-color: rgb(15,44,180); }

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