Html Css Color HEX #0F1BAD Egyptian Blue

📋 copy color: '#0F1BAD'

red 15 ◦ green 27 ◦ blue 173

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

Shades of Egyptian Blue #0F1BAD

Tints of Egyptian Blue #0F1BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 80.47%

R = 6.98%
G = 12.56%
B = 80.47%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F1BAD (or 0x0F1BAD) is known color: Egyptian Blue. HEX triplet: 0F, 1B and AD. RGB value is (15,27,173). Sum of RGB (Red+Green+Blue) = 15+27+173=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 173 (67.97% from 255 or 80.47% from 215); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F1BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1BAD is #F0E452. Grayscale: #272727. Windows color (decimal): -15787091 or 11344655. OLE color: 11344655.

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

Color convert

RGB 15 27 173 -
CMYK 0.91 0.84 0 0.32
HSL 235.44º 0.84% 0.37% -
HSV(B) 235.44º 0.91% 0.68% -
XYZ 8.13 3.9 39.86 -
YUV 40.06 203.02 110.13 -
System Red Green Blue C M Y K H S L
Decimal 15 27 173 0.91 0.84 0 0.32 235.44 0.84 0.37
Hex F 1B AD 5B 54 0 20 EB 54 25
Octal 17 33 255 133 124 0 40 353 124 45
Binary 1111 11011 10101101 1011011 1010100 0 100000 11101011 1010100 100101

Color Harmonies of #0F1BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1BAD

Black with #0F1BAD

Text Example


Text Example

White with #0F1BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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