Html Css Color HEX #0F0CBB Medium Blue

📋 copy color: '#0F0CBB'

red 15 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #0F0CBB

Tints of Medium Blue #0F0CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 87.38%

R = 7.01%
G = 5.61%
B = 87.38%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0F0CBB (or 0x0F0CBB) is known color: Medium Blue. HEX triplet: 0F, 0C and BB. RGB value is (15,12,187). Sum of RGB (Red+Green+Blue) = 15+12+187=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 187 (73.44% from 255 or 87.38% from 214); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F0CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CBB is #F0F344. Grayscale: #202020. Windows color (decimal): -15790917 or 12258319. OLE color: 12258319.

HSL color Cylindrical-coordinate representation of color #0F0CBB: hue angle of 241.03º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0CBB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 12 187 -
CMYK 0.92 0.94 0 0.27
HSL 241.03º 0.88% 0.39% -
HSV(B) 241.03º 0.94% 0.73% -
XYZ 9.3 3.95 47.29 -
YUV 32.85 214.99 115.27 -
System Red Green Blue C M Y K H S L
Decimal 15 12 187 0.92 0.94 0 0.27 241.03 0.88 0.39
Hex F C BB 5C 5E 0 1B F1 58 27
Octal 17 14 273 134 136 0 33 361 130 47
Binary 1111 1100 10111011 1011100 1011110 0 11011 11110001 1011000 100111

Color Harmonies of #0F0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0CBB

Black with #0F0CBB

Text Example


Text Example

White with #0F0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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