Html Css Color HEX #0F29AF Egyptian Blue

📋 copy color: '#0F29AF'

red 15 ◦ green 41 ◦ blue 175

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

Shades of Egyptian Blue #0F29AF

Tints of Egyptian Blue #0F29AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

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

R = 6.49%
G = 17.75%
B = 75.76%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0F29AF (or 0x0F29AF) is known color: Egyptian Blue. HEX triplet: 0F, 29 and AF. RGB value is (15,41,175). Sum of RGB (Red+Green+Blue) = 15+41+175=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 175 (68.75% from 255 or 75.76% from 231); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F29AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F29AF is #F0D650. Grayscale: #2F2F2F. Windows color (decimal): -15783505 or 11479311. OLE color: 11479311.

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

Color convert

RGB 15 41 175 -
CMYK 0.91 0.77 0 0.31
HSL 230.25º 0.84% 0.37% -
HSV(B) 230.25º 0.91% 0.69% -
XYZ 8.73 4.78 41.02 -
YUV 48.5 199.39 104.1 -
System Red Green Blue C M Y K H S L
Decimal 15 41 175 0.91 0.77 0 0.31 230.25 0.84 0.37
Hex F 29 AF 5B 4D 0 1F E6 54 25
Octal 17 51 257 133 115 0 37 346 124 45
Binary 1111 101001 10101111 1011011 1001101 0 11111 11100110 1010100 100101

Color Harmonies of #0F29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F29AF

Black with #0F29AF

Text Example


Text Example

White with #0F29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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