Html Css Color HEX #1F0BBC Medium Blue

📋 copy color: '#1F0BBC'

red 31 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #1F0BBC

Tints of Medium Blue #1F0BBC

RGB

 RED value IS 31 (12.5% from 255) = 13.48%

 GREEN value IS 11 (4.69% from 255) = 4.78%

 BLUE value IS 188 (73.83% from 255) = 81.74%

R = 13.48%
G = 4.78%
B = 81.74%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1F0BBC (or 0x1F0BBC) is known color: Medium Blue. HEX triplet: 1F, 0B and BC. RGB value is (31,11,188). Sum of RGB (Red+Green+Blue) = 31+11+188=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 188 (73.83% from 255 or 81.74% from 230); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F0BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0BBC is #E0F443. Grayscale: #242424. Windows color (decimal): -14742596 or 12323615. OLE color: 12323615.

HSL color Cylindrical-coordinate representation of color #1F0BBC: hue angle of 246.78º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0BBC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 31 11 188 -
CMYK 0.84 0.94 0 0.26
HSL 246.78º 0.89% 0.39% -
HSV(B) 246.78º 0.94% 0.74% -
XYZ 9.76 4.16 47.87 -
YUV 37.16 213.13 123.61 -
System Red Green Blue C M Y K H S L
Decimal 31 11 188 0.84 0.94 0 0.26 246.78 0.89 0.39
Hex 1F B BC 54 5E 0 1A F7 59 27
Octal 37 13 274 124 136 0 32 367 131 47
Binary 11111 1011 10111100 1010100 1011110 0 11010 11110111 1011001 100111

Color Harmonies of #1F0BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0BBC

Black with #1F0BBC

Text Example


Text Example

White with #1F0BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F0BBC; }

 p { color: rgb(31,11,188); }

 H1.HeaderClassName
 {
   color: #1F0BBC;
 }
 .AnyTagClassName
 {
   color: #1F0BBC;
 }
</style>

background-color css

<style>
 a { background-color: #1F0BBC; }

 a { background-color: rgb(31,11,188); }

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

border-color css

<style>
 span { border-color: #1F0BBC; }

 span { border-color: rgb(31,11,188); }

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