Html Css Color HEX #0F1BA9 Egyptian Blue

📋 copy color: '#0F1BA9'

red 15 ◦ green 27 ◦ blue 169

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

Shades of Egyptian Blue #0F1BA9

Tints of Egyptian Blue #0F1BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.8%

 BLUE value IS 169 (66.41% from 255) = 80.09%

R = 7.11%
G = 12.8%
B = 80.09%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0F1BA9 (or 0x0F1BA9) is known color: Egyptian Blue. HEX triplet: 0F, 1B and A9. RGB value is (15,27,169). Sum of RGB (Red+Green+Blue) = 15+27+169=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 169 (66.41% from 255 or 80.09% from 211); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F1BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1BA9 is #F0E456. Grayscale: #272727. Windows color (decimal): -15787095 or 11082511. OLE color: 11082511.

HSL color Cylindrical-coordinate representation of color #0F1BA9: hue angle of 235.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1BA9 is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 27 169 -
CMYK 0.91 0.84 0 0.34
HSL 235.32º 0.84% 0.36% -
HSV(B) 235.32º 0.91% 0.66% -
XYZ 7.75 3.75 37.85 -
YUV 39.6 201.02 110.45 -
System Red Green Blue C M Y K H S L
Decimal 15 27 169 0.91 0.84 0 0.34 235.32 0.84 0.36
Hex F 1B A9 5B 54 0 22 EB 54 24
Octal 17 33 251 133 124 0 42 353 124 44
Binary 1111 11011 10101001 1011011 1010100 0 100010 11101011 1010100 100100

Color Harmonies of #0F1BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1BA9

Black with #0F1BA9

Text Example


Text Example

White with #0F1BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,27,169); }

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

background-color css

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

 a { background-color: rgb(15,27,169); }

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

border-color css

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

 span { border-color: rgb(15,27,169); }

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