Html Css Color HEX #0F25AB Egyptian Blue

📋 copy color: '#0F25AB'

red 15 ◦ green 37 ◦ blue 171

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

Shades of Egyptian Blue #0F25AB

Tints of Egyptian Blue #0F25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 171 (67.19% from 255) = 76.68%

R = 6.73%
G = 16.59%
B = 76.68%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F25AB (or 0x0F25AB) is known color: Egyptian Blue. HEX triplet: 0F, 25 and AB. RGB value is (15,37,171). Sum of RGB (Red+Green+Blue) = 15+37+171=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F25AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F25AB is #F0DA54. Grayscale: #2D2D2D. Windows color (decimal): -15784533 or 11216143. OLE color: 11216143.

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

Color convert

RGB 15 37 171 -
CMYK 0.91 0.78 0 0.33
HSL 231.54º 0.84% 0.36% -
HSV(B) 231.54º 0.91% 0.67% -
XYZ 8.21 4.36 38.94 -
YUV 45.7 198.71 106.1 -
System Red Green Blue C M Y K H S L
Decimal 15 37 171 0.91 0.78 0 0.33 231.54 0.84 0.36
Hex F 25 AB 5B 4E 0 21 E8 54 24
Octal 17 45 253 133 116 0 41 350 124 44
Binary 1111 100101 10101011 1011011 1001110 0 100001 11101000 1010100 100100

Color Harmonies of #0F25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F25AB

Black with #0F25AB

Text Example


Text Example

White with #0F25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,37,171); }

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

background-color css

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

 a { background-color: rgb(15,37,171); }

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

border-color css

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

 span { border-color: rgb(15,37,171); }

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