Html Css Color HEX #0F29B2 Egyptian Blue

📋 copy color: '#0F29B2'

red 15 ◦ green 41 ◦ blue 178

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

Shades of Egyptian Blue #0F29B2

Tints of Egyptian Blue #0F29B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 76.07%

R = 6.41%
G = 17.52%
B = 76.07%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0F29B2 (or 0x0F29B2) is known color: Egyptian Blue. HEX triplet: 0F, 29 and B2. RGB value is (15,41,178). Sum of RGB (Red+Green+Blue) = 15+41+178=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 178 (69.92% from 255 or 76.07% from 234); Max value from RGB is 178 - color contains mainly: blue. Hex color #0F29B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F29B2 is #F0D64D. Grayscale: #303030. Windows color (decimal): -15783502 or 11675919. OLE color: 11675919.

HSL color Cylindrical-coordinate representation of color #0F29B2: hue angle of 230.43º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F29B2 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 41 178 -
CMYK 0.92 0.77 0 0.30
HSL 230.43º 0.84% 0.38% -
HSV(B) 230.43º 0.92% 0.7% -
XYZ 9.03 4.9 42.59 -
YUV 48.84 200.89 103.86 -
System Red Green Blue C M Y K H S L
Decimal 15 41 178 0.92 0.77 0 0.30 230.43 0.84 0.38
Hex F 29 B2 5C 4D 0 1E E6 54 26
Octal 17 51 262 134 115 0 36 346 124 46
Binary 1111 101001 10110010 1011100 1001101 0 11110 11100110 1010100 100110

Color Harmonies of #0F29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F29B2

Black with #0F29B2

Text Example


Text Example

White with #0F29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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