Html Css Color HEX #0F26AD Egyptian Blue

📋 copy color: '#0F26AD'

red 15 ◦ green 38 ◦ blue 173

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

Shades of Egyptian Blue #0F26AD

Tints of Egyptian Blue #0F26AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.81%

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

R = 6.64%
G = 16.81%
B = 76.55%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F26AD (or 0x0F26AD) is known color: Egyptian Blue. HEX triplet: 0F, 26 and AD. RGB value is (15,38,173). Sum of RGB (Red+Green+Blue) = 15+38+173=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 173 (67.97% from 255 or 76.55% from 226); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F26AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F26AD is #F0D952. Grayscale: #2D2D2D. Windows color (decimal): -15784275 or 11347471. OLE color: 11347471.

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

Color convert

RGB 15 38 173 -
CMYK 0.91 0.78 0 0.32
HSL 231.27º 0.84% 0.37% -
HSV(B) 231.27º 0.91% 0.68% -
XYZ 8.43 4.5 39.96 -
YUV 46.51 199.38 105.52 -
System Red Green Blue C M Y K H S L
Decimal 15 38 173 0.91 0.78 0 0.32 231.27 0.84 0.37
Hex F 26 AD 5B 4E 0 20 E7 54 25
Octal 17 46 255 133 116 0 40 347 124 45
Binary 1111 100110 10101101 1011011 1001110 0 100000 11100111 1010100 100101

Color Harmonies of #0F26AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F26AD

Black with #0F26AD

Text Example


Text Example

White with #0F26AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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