Html Css Color HEX #0F0CB6 Medium Blue

📋 copy color: '#0F0CB6'

red 15 ◦ green 12 ◦ blue 182

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

Shades of Medium Blue #0F0CB6

Tints of Medium Blue #0F0CB6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.74%

 BLUE value IS 182 (71.48% from 255) = 87.08%

R = 7.18%
G = 5.74%
B = 87.08%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0F0CB6 (or 0x0F0CB6) is known color: Medium Blue. HEX triplet: 0F, 0C and B6. RGB value is (15,12,182). Sum of RGB (Red+Green+Blue) = 15+12+182=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 182 (71.48% from 255 or 87.08% from 209); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F0CB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CB6 is #F0F349. Grayscale: #1F1F1F. Windows color (decimal): -15790922 or 11930639. OLE color: 11930639.

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

Color convert

RGB 15 12 182 -
CMYK 0.92 0.93 0 0.29
HSL 241.06º 0.88% 0.38% -
HSV(B) 241.06º 0.93% 0.71% -
XYZ 8.77 3.74 44.52 -
YUV 32.28 212.49 115.68 -
System Red Green Blue C M Y K H S L
Decimal 15 12 182 0.92 0.93 0 0.29 241.06 0.88 0.38
Hex F C B6 5C 5D 0 1D F1 58 26
Octal 17 14 266 134 135 0 35 361 130 46
Binary 1111 1100 10110110 1011100 1011101 0 11101 11110001 1011000 100110

Color Harmonies of #0F0CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0CB6

Black with #0F0CB6

Text Example


Text Example

White with #0F0CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,12,182); }

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

background-color css

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

 a { background-color: rgb(15,12,182); }

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

border-color css

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

 span { border-color: rgb(15,12,182); }

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