Html Css Color HEX #0F2BAF Egyptian Blue

📋 copy color: '#0F2BAF'

red 15 ◦ green 43 ◦ blue 175

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

Shades of Egyptian Blue #0F2BAF

Tints of Egyptian Blue #0F2BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.45%

 BLUE value IS 175 (68.75% from 255) = 75.11%

R = 6.44%
G = 18.45%
B = 75.11%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0F2BAF (or 0x0F2BAF) is known color: Egyptian Blue. HEX triplet: 0F, 2B and AF. RGB value is (15,43,175). Sum of RGB (Red+Green+Blue) = 15+43+175=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F2BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2BAF is #F0D450. Grayscale: #313131. Windows color (decimal): -15782993 or 11479823. OLE color: 11479823.

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

Color convert

RGB 15 43 175 -
CMYK 0.91 0.75 0 0.31
HSL 229.5º 0.84% 0.37% -
HSV(B) 229.5º 0.91% 0.69% -
XYZ 8.8 4.92 41.04 -
YUV 49.68 198.72 103.27 -
System Red Green Blue C M Y K H S L
Decimal 15 43 175 0.91 0.75 0 0.31 229.5 0.84 0.37
Hex F 2B AF 5B 4B 0 1F E6 54 25
Octal 17 53 257 133 113 0 37 346 124 45
Binary 1111 101011 10101111 1011011 1001011 0 11111 11100110 1010100 100101

Color Harmonies of #0F2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2BAF

Black with #0F2BAF

Text Example


Text Example

White with #0F2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,43,175); }

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

background-color css

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

 a { background-color: rgb(15,43,175); }

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

border-color css

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

 span { border-color: rgb(15,43,175); }

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