Html Css Color HEX #0F0AB5 Medium Blue

📋 copy color: '#0F0AB5'

red 15 ◦ green 10 ◦ blue 181

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

Shades of Medium Blue #0F0AB5

Tints of Medium Blue #0F0AB5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 181 (71.09% from 255) = 87.86%

R = 7.28%
G = 4.85%
B = 87.86%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0F0AB5 (or 0x0F0AB5) is known color: Medium Blue. HEX triplet: 0F, 0A and B5. RGB value is (15,10,181). Sum of RGB (Red+Green+Blue) = 15+10+181=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 181 (71.09% from 255 or 87.86% from 206); Max value from RGB is 181 - color contains mainly: blue. Hex color #0F0AB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0AB5 is #F0F54A. Grayscale: #1E1E1E. Windows color (decimal): -15791435 or 11864591. OLE color: 11864591.

HSL color Cylindrical-coordinate representation of color #0F0AB5: hue angle of 241.75º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0AB5 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 10 181 -
CMYK 0.92 0.94 0 0.29
HSL 241.75º 0.9% 0.37% -
HSV(B) 241.75º 0.94% 0.71% -
XYZ 8.65 3.65 43.97 -
YUV 30.99 212.66 116.6 -
System Red Green Blue C M Y K H S L
Decimal 15 10 181 0.92 0.94 0 0.29 241.75 0.9 0.37
Hex F A B5 5C 5E 0 1D F2 5A 25
Octal 17 12 265 134 136 0 35 362 132 45
Binary 1111 1010 10110101 1011100 1011110 0 11101 11110010 1011010 100101

Color Harmonies of #0F0AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0AB5

Black with #0F0AB5

Text Example


Text Example

White with #0F0AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,10,181); }

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

background-color css

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

 a { background-color: rgb(15,10,181); }

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

border-color css

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

 span { border-color: rgb(15,10,181); }

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